Method: ElasticEmail::SmtpCredentials.attribute_map

Defined in:
lib/ElasticEmail/models/smtp_credentials.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



59
60
61
62
63
64
65
66
67
68
# File 'lib/ElasticEmail/models/smtp_credentials.rb', line 59

def self.attribute_map
  {
    :'access_level' => :'AccessLevel',
    :'name' => :'Name',
    :'date_created' => :'DateCreated',
    :'last_use' => :'LastUse',
    :'expires' => :'Expires',
    :'restrict_access_to_ip_range' => :'RestrictAccessToIPRange'
  }
end