Method: PureCloud::ConversationNotificationVideo.swagger_types

Defined in:
lib/purecloudplatformclientv2/models/conversation_notification_video.rb

.swagger_typesObject

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_video.rb', line 64

def self.swagger_types
  {
    :'state' => :'String',
    :'_self' => :'ConversationNotificationAddress',
    :'id' => :'String',
    :'context' => :'String',
    :'audio_muted' => :'BOOLEAN',
    :'video_muted' => :'BOOLEAN',
    :'sharing_screen' => :'BOOLEAN',
    :'provider' => :'String',
    :'disconnect_type' => :'String',
    :'connected_time' => :'DateTime',
    :'disconnected_time' => :'DateTime',
    :'additional_properties' => :'Object'
  }
end