Method: PureCloud::InboundDomain.attribute_map
- Defined in:
- lib/purecloud/models/inbound_domain.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/purecloud/models/inbound_domain.rb', line 36 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'mx_record_status' => :'mxRecordStatus', :'sub_domain' => :'subDomain', :'self_uri' => :'selfUri' } end |