Method: PureCloud::LocalEncryptionConfiguration.attribute_map
- Defined in:
- lib/purecloud/models/local_encryption_configuration.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/purecloud/models/local_encryption_configuration.rb', line 39 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'url' => :'url', :'api_id' => :'apiId', :'api_key' => :'apiKey', :'self_uri' => :'selfUri' } end |