Method: PureCloud::ConversationNotificationEmail.swagger_types

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

.swagger_typesObject

Attribute type mapping.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/purecloud/models/conversation_notification_email.rb', line 77

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