Method: PureCloud::RuleSetNotificationConditions.swagger_types
- Defined in:
- lib/purecloud/models/rule_set_notification_conditions.rb
.swagger_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/purecloud/models/rule_set_notification_conditions.rb', line 61 def self.swagger_types { :'codes' => :'Array<String>', :'value_type' => :'String', :'attribute_name' => :'String', :'additional_properties' => :'Object', :'type' => :'String', :'inverted' => :'BOOLEAN', :'value' => :'String', :'operator' => :'String' } end |