Method: PureCloud::RuleSetNotification.swagger_types

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

.swagger_typesObject

Attribute type mapping.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/purecloud/models/rule_set_notification.rb', line 65

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'date_created' => :'DateTime',
    :'date_modified' => :'DateTime',
    :'version' => :'Integer',
    :'contact_list' => :'DocumentDataV2NotificationCreatedBy',
    :'queue' => :'RuleSetNotificationUriReference',
    :'rules' => :'Array<RuleSetNotificationRules>',
    :'additional_properties' => :'Object'
    
  }
end