Method: PureCloud::PhoneBase.swagger_types
- Defined in:
- lib/purecloud/models/phone_base.rb
.swagger_types ⇒ Object
Attribute type mapping.
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'lib/purecloud/models/phone_base.rb', line 100 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'description' => :'String', :'version' => :'Integer', :'date_created' => :'DateTime', :'date_modified' => :'DateTime', :'modified_by' => :'String', :'created_by' => :'String', :'state' => :'String', :'modified_by_app' => :'String', :'created_by_app' => :'String', :'phone_meta_base' => :'UriReference', :'lines' => :'Array<LineBase>', :'properties' => :'Hash<String, Object>', :'capabilities' => :'PhoneCapabilities', :'self_uri' => :'String' } end |