Method: PureCloud::QualityAudit.attribute_map

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

.attribute_mapObject

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



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/purecloudplatformclientv2/models/quality_audit.rb', line 46

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'user' => :'user',
    :'timestamp' => :'timestamp',
    :'level' => :'level',
    :'entity' => :'entity',
    :'action' => :'action',
    :'status' => :'status',
    :'changes' => :'changes',
    :'entity_type' => :'entityType',
    :'self_uri' => :'selfUri'
  }
end