Method: PureCloud::LocationDefinition.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/location_definition.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/purecloudplatformclientv2/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 |