Method: PureCloud::ResourceConditionNode.swagger_types

Defined in:
lib/purecloud/models/resource_condition_node.rb

.swagger_typesObject

Attribute type mapping.



49
50
51
52
53
54
55
56
57
58
# File 'lib/purecloud/models/resource_condition_node.rb', line 49

def self.swagger_types
  {
    :'variable_name' => :'String',
    :'conjunction' => :'String',
    :'operator' => :'String',
    :'operands' => :'Array<ResourceConditionValue>',
    :'terms' => :'Array<ResourceConditionNode>'
    
  }
end