lib/purecloud/models/audit_entity.rb in purecloud-0.50.1 vs lib/purecloud/models/audit_entity.rb in purecloud-0.51.1
- old
+ new
@@ -16,15 +16,19 @@
require 'date'
module PureCloud
class AuditEntity
+ # The type of the entity the action of this AuditEntity targeted.
attr_accessor :type
+ # The id of the entity the action of this AuditEntity targeted.
attr_accessor :id
+ # The name of the entity the action of this AuditEntity targeted.
attr_accessor :name
+ # The selfUri for this entity.
attr_accessor :self_uri
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{