Method: PureCloud::RuleSetNotificationRule.swagger_types
- Defined in:
- lib/purecloud/models/rule_set_notification_rule.rb
.swagger_types ⇒ Object
Attribute type mapping.
57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/purecloud/models/rule_set_notification_rule.rb', line 57 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'order' => :'Integer', :'category' => :'String', :'conditions' => :'Array<RuleSetNotificationConditions>', :'actions' => :'Array<RuleSetNotificationActions>', :'additional_properties' => :'Object' } end |