Method: PureCloud::LocationDefinition.attribute_map

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

.attribute_mapObject

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



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'lib/purecloud/models/location_definition.rb', line 43

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'address' => :'address',
    
    :'address_verified' => :'addressVerified',
    
    :'emergency_number' => :'emergencyNumber',
    
    :'state' => :'state',
    
    :'version' => :'version',
    
    :'path' => :'path',
    
    :'self_uri' => :'selfUri'
    
  }
end