Method: PureCloud::ConversationNotificationEmails.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/conversation_notification_emails.rb
.swagger_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/purecloudplatformclientv2/models/conversation_notification_emails.rb', line 64 def self.swagger_types { :'id' => :'String', :'state' => :'String', :'held' => :'BOOLEAN', :'subject' => :'String', :'provider' => :'String', :'messages_sent' => :'Integer', :'error_info' => :'ConversationNotificationErrorDetails', :'disconnect_type' => :'String', :'start_hold_time' => :'DateTime', :'connected_time' => :'DateTime', :'disconnected_time' => :'DateTime', :'additional_properties' => :'Object' } end |