Method: PureCloud::OutboundRouteBase.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/outbound_route_base.rb
.swagger_types ⇒ Object
Attribute type mapping.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/purecloudplatformclientv2/models/outbound_route_base.rb', line 83 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', :'classification_types' => :'Array<String>', :'enabled' => :'BOOLEAN', :'distribution' => :'String', :'external_trunk_bases' => :'Array<UriReference>', :'self_uri' => :'String' } end |