lib/purecloudplatformclientv2/models/response_set.rb in purecloudplatformclientv2-18.0.0 vs lib/purecloudplatformclientv2/models/response_set.rb in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -19,10 +19,11 @@
module PureCloud
class ResponseSet
# The globally unique identifier for the object.
attr_accessor :id
+ # The name of the ResponseSet.
attr_accessor :name
# Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
attr_accessor :date_created
@@ -30,11 +31,11 @@
attr_accessor :date_modified
# Required for updates, must match the version number of the most recent update
attr_accessor :version
- # Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}
+ # Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}.
attr_accessor :responses
# The URI for this object
attr_accessor :self_uri
@@ -171,9 +172,14 @@
+
+ if @name.nil?
+ return false
+ end
+