Method: PureCloud::ConversationNotificationScreenshare.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb', line 42 def self.attribute_map { :'state' => :'state', :'_self' => :'self', :'id' => :'id', :'context' => :'context', :'sharing' => :'sharing', :'provider' => :'provider', :'disconnect_type' => :'disconnectType', :'connected_time' => :'connectedTime', :'disconnected_time' => :'disconnectedTime', :'additional_properties' => :'additionalProperties' } end |