Method: Brevo::GetAccount.attribute_map
- Defined in:
- lib/brevo/models/get_account.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/brevo/models/get_account.rb', line 39 def self.attribute_map { :'email' => :'email', :'first_name' => :'firstName', :'last_name' => :'lastName', :'company_name' => :'companyName', :'address' => :'address', :'plan' => :'plan', :'relay' => :'relay', :'marketing_automation' => :'marketingAutomation' } end |