lib/purecloud/models/audit_user.rb in purecloud-0.50.1 vs lib/purecloud/models/audit_user.rb in purecloud-0.51.1
- old
+ new
@@ -16,13 +16,16 @@
require 'date'
module PureCloud
class AuditUser
+ # The ID (UUID) of the user who initiated the action of this AuditMessage.
attr_accessor :id
+ # The full username of the user who initiated the action of this AuditMessage.
attr_accessor :name
+ # The display name of the user who initiated the action of this AuditMessage.
attr_accessor :display
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{