lib/purecloud/models/resource_permission_policy.rb in purecloud-0.63.1 vs lib/purecloud/models/resource_permission_policy.rb in purecloud-0.64.1
- old
+ new
@@ -118,9 +118,11 @@
self.action_set_key = attributes[:'actionSetKey']
end
if attributes[:'allowConditions']
self.allow_conditions = attributes[:'allowConditions']
+ else
+ self.allow_conditions = false
end
if attributes[:'resourceConditionNode']
self.resource_condition_node = attributes[:'resourceConditionNode']
end