Method: PureCloud::AgentActivityNotification.swagger_types
- Defined in:
- lib/purecloudclient_v2a/models/agent_activity_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/purecloudclient_v2a/models/agent_activity_notification.rb', line 53 def self.swagger_types { :'id' => :'String', :'routing_status' => :'AgentActivityNotificationRoutingStatus', :'presence' => :'AgentActivityNotificationPresence', :'out_of_office' => :'AgentActivityNotificationOutOfOffice', :'active_queue_ids' => :'Array<String>', :'date_active_queues_changed' => :'DateTime' } end |