Method: PureCloud::ConversationNotificationVideo.swagger_types

Defined in:
lib/purecloud/models/conversation_notification_video.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_video.rb', line 77

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