Method: PureCloud::ConversationNotificationScreenshare#to_hash

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

#to_hashObject

return the object in the form of hash



260
261
262
263
264
265
266
267
268
# File 'lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb', line 260

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end