Method: PureCloud::AuditUser.attribute_map

Defined in:
lib/purecloud/models/audit_user.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
39
40
41
# File 'lib/purecloud/models/audit_user.rb', line 31

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'display' => :'display'
    
  }
end