Method: PureCloud::OrganizationFeatures.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/organization_features.rb
.swagger_types ⇒ Object
Attribute type mapping.
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/purecloudplatformclientv2/models/organization_features.rb', line 67 def self.swagger_types { :'realtime_cic' => :'BOOLEAN', :'purecloud' => :'BOOLEAN', :'hipaa' => :'BOOLEAN', :'uc_enabled' => :'BOOLEAN', :'pci' => :'BOOLEAN', :'purecloud_voice' => :'BOOLEAN', :'xmpp_federation' => :'BOOLEAN', :'chat' => :'BOOLEAN', :'informal_photos' => :'BOOLEAN', :'directory' => :'BOOLEAN', :'contact_center' => :'BOOLEAN', :'unified_communications' => :'BOOLEAN', :'custserv' => :'BOOLEAN' } end |