Method: PureCloud::AuditEntity.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/audit_entity.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



34
35
36
37
38
39
40
41
# File 'lib/purecloudplatformclientv2/models/audit_entity.rb', line 34

def self.attribute_map
  {
    :'type' => :'type',
    :'id' => :'id',
    :'name' => :'name',
    :'self_uri' => :'selfUri'
  }
end