Method: ArtikCloud::ExportData.attribute_map

Defined in:
lib/artikcloud/models/export_data.rb

.attribute_mapObject

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



34
35
36
37
38
39
40
41
42
43
44
# File 'lib/artikcloud/models/export_data.rb', line 34

def self.attribute_map
  {
    :'expiration_date' => :'expirationDate',
    :'export_id' => :'exportId',
    :'file_size' => :'fileSize',
    :'md5' => :'md5',
    :'request' => :'request',
    :'status' => :'status',
    :'total_messages' => :'totalMessages'
  }
end