Method: PureCloud::LocalEncryptionConfigurationListing.swagger_types
- Defined in:
- lib/purecloud/models/local_encryption_configuration_listing.rb
.swagger_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 48 |
# File 'lib/purecloud/models/local_encryption_configuration_listing.rb', line 41 def self.swagger_types { :'total' => :'Integer', :'entities' => :'Array<LocalEncryptionConfiguration>', :'self_uri' => :'String' } end |