Method: PureCloud::OutboundRouteBase.attribute_map
- Defined in:
- lib/purecloud/models/outbound_route_base.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'lib/purecloud/models/outbound_route_base.rb', line 61 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'description' => :'description', :'version' => :'version', :'date_created' => :'dateCreated', :'date_modified' => :'dateModified', :'modified_by' => :'modifiedBy', :'created_by' => :'createdBy', :'state' => :'state', :'modified_by_app' => :'modifiedByApp', :'created_by_app' => :'createdByApp', :'classification_types' => :'classificationTypes', :'enabled' => :'enabled', :'distribution' => :'distribution', :'external_trunk_bases' => :'externalTrunkBases', :'self_uri' => :'selfUri' } end |