Method: PureCloud::ConversationNotificationScreenshare.swagger_types

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

.swagger_typesObject

Attribute type mapping.



58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb', line 58

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