Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 969 Bytes

File metadata and controls

30 lines (24 loc) · 969 Bytes

ElasticEmail::NewSmtpCredentials

Properties

Name Type Description Notes
token String Unique token to be used in the system [optional]
access_level AccessLevel [optional][default to 'None']
name String Name of the key. [optional]
date_created Time Date this SmtpCredential was created. [optional]
last_use Time Date this SmtpCredential was last used. [optional]
expires Time Date this SmtpCredential expires. [optional]
restrict_access_to_ip_range Array<String> Which IPs can use this SmtpCredential [optional]

Example

require 'ElasticEmail'

instance = ElasticEmail::NewSmtpCredentials.new(
  token: null,
  access_level: null,
  name: null,
  date_created: null,
  last_use: null,
  expires: null,
  restrict_access_to_ip_range: null
)