lib/purecloud/models/workspace.rb in purecloud-0.63.1 vs lib/purecloud/models/workspace.rb in purecloud-0.64.1
- old
+ new
@@ -116,9 +116,11 @@
self.type = attributes[:'type']
end
if attributes[:'isCurrentUserWorkspace']
self.is_current_user_workspace = attributes[:'isCurrentUserWorkspace']
+ else
+ self.is_current_user_workspace = false
end
if attributes[:'user']
self.user = attributes[:'user']
end