Method: PureCloud::Organization.attribute_map
- Defined in:
- lib/purecloud/models/organization.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/purecloud/models/organization.rb', line 47 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'third_party_org_id' => :'thirdPartyOrgId', :'third_party_org_name' => :'thirdPartyOrgName', :'third_party_uri' => :'thirdPartyURI', :'domain' => :'domain', :'version' => :'version', :'state' => :'state', :'default_site_id' => :'defaultSiteId', :'deletable' => :'deletable', :'self_uri' => :'selfUri' } end |