Method: PureCloud::ScreenShareConversationNotification#hash

Defined in:
lib/purecloud/models/screen_share_conversation_notification.rb

#hashObject

Calculate hash code according to all attributes.



100
101
102
# File 'lib/purecloud/models/screen_share_conversation_notification.rb', line 100

def hash
  [id, name, participants, other_media_uris].hash
end