Method: PureCloud::OrganizationPresence.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/organization_presence.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/purecloudplatformclientv2/models/organization_presence.rb', line 49 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'language_labels' => :'languageLabels', :'system_presence' => :'systemPresence', :'deactivated' => :'deactivated', :'primary' => :'primary', :'created_by' => :'createdBy', :'created_date' => :'createdDate', :'modified_by' => :'modifiedBy', :'modified_date' => :'modifiedDate', :'self_uri' => :'selfUri' } end |