Method: Brevo::UpdateChild.swagger_types
- Defined in:
- lib/brevo/models/update_child.rb
.swagger_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 |
# File 'lib/brevo/models/update_child.rb', line 44 def self.swagger_types { :'email' => :'String', :'first_name' => :'String', :'last_name' => :'String', :'company_name' => :'String', :'password' => :'String' } end |