Method: Brevo::GetAccount.swagger_types

Defined in:
lib/brevo/models/get_account.rb

.swagger_typesObject

Attribute type mapping.



53
54
55
56
57
58
59
60
61
62
63
64
# File 'lib/brevo/models/get_account.rb', line 53

def self.swagger_types
  {
    :'email' => :'String',
    :'first_name' => :'String',
    :'last_name' => :'String',
    :'company_name' => :'String',
    :'address' => :'GetExtendedClientAddress',
    :'plan' => :'Array<GetAccountPlan>',
    :'relay' => :'GetAccountRelay',
    :'marketing_automation' => :'GetAccountMarketingAutomation'
  }
end