Method: PureCloud::InteractionStatAlertNotification.swagger_types
- Defined in:
- lib/purecloud/models/interaction_stat_alert_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/purecloud/models/interaction_stat_alert_notification.rb', line 93 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'rule_id' => :'String', :'dimension' => :'String', :'dimension_value' => :'String', :'dimension_value_name' => :'String', :'metric' => :'String', :'media_type' => :'String', :'numeric_range' => :'String', :'statistic' => :'String', :'value' => :'Float', :'unread' => :'BOOLEAN', :'start_date' => :'DateTime', :'end_date' => :'DateTime', :'notification_users' => :'Array<HeartBeatAlertNotificationNotificationUsers>', :'alert_types' => :'Array<String>' } end |