Method: PhoneComClient::ListCallerIds.attribute_map

Defined in:
lib/phone_com_client/models/list_caller_ids.rb

.attribute_mapObject

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



30
31
32
33
34
35
36
37
38
39
# File 'lib/phone_com_client/models/list_caller_ids.rb', line 30

def self.attribute_map
  {
    :'filters' => :'filters',
    :'sort' => :'sort',
    :'total' => :'total',
    :'offset' => :'offset',
    :'limit' => :'limit',
    :'items' => :'items'
  }
end