Method: PureCloud::LocationDefinition.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/location_definition.rb
.swagger_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/purecloudplatformclientv2/models/location_definition.rb', line 58 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'address' => :'LocationAddress', :'address_verified' => :'BOOLEAN', :'emergency_number' => :'LocationEmergencyNumber', :'state' => :'String', :'version' => :'Integer', :'path' => :'Array<String>', :'self_uri' => :'String' } end |