Method: PureCloud::ConversationNotificationVideo.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/conversation_notification_video.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/purecloudplatformclientv2/models/conversation_notification_video.rb', line 46 def self.attribute_map { :'state' => :'state', :'_self' => :'self', :'id' => :'id', :'context' => :'context', :'audio_muted' => :'audioMuted', :'video_muted' => :'videoMuted', :'sharing_screen' => :'sharingScreen', :'provider' => :'provider', :'disconnect_type' => :'disconnectType', :'connected_time' => :'connectedTime', :'disconnected_time' => :'disconnectedTime', :'additional_properties' => :'additionalProperties' } end |