Method: ArtikCloud::NotifMessagesResponse.attribute_map

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

.attribute_mapObject

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



29
30
31
32
33
34
35
36
37
# File 'lib/artikcloud/models/notif_messages_response.rb', line 29

def self.attribute_map
  {
    :'total' => :'total',
    :'offset' => :'offset',
    :'data' => :'data',
    :'count' => :'count',
    :'order' => :'order'
  }
end