Method: Brevo::FileData.attribute_map

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

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
# File 'lib/brevo/models/file_data.rb', line 40

def self.attribute_map
  {
    :'name' => :'name',
    :'author_id' => :'authorId',
    :'contact_id' => :'contactId',
    :'deal_id' => :'dealId',
    :'company_id' => :'companyId',
    :'size' => :'size',
    :'created_at' => :'createdAt'
  }
end