Method: PureCloud::ConversationNotificationChat.swagger_types

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

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/purecloud/models/conversation_notification_chat.rb', line 69

def self.swagger_types
  {
    :'state' => :'String',
    :'id' => :'String',
    :'provider' => :'String',
    :'room_id' => :'String',
    :'held' => :'BOOLEAN',
    :'disconnect_type' => :'String',
    :'start_hold_time' => :'DateTime',
    :'connected_time' => :'DateTime',
    :'disconnected_time' => :'DateTime',
    :'additional_properties' => :'Object'
    
  }
end