Method: PureCloud::LocationAddress.attribute_map

Defined in:
lib/purecloud/models/location_address.rb

.attribute_mapObject

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



36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/purecloud/models/location_address.rb', line 36

def self.attribute_map
  {
    
    :'city' => :'city',
    
    :'country' => :'country',
    
    :'country_name' => :'countryName',
    
    :'state' => :'state',
    
    :'street1' => :'street1',
    
    :'street2' => :'street2',
    
    :'zipcode' => :'zipcode'
    
  }
end