lib/purecloud/models/analytics_session.rb in purecloud-0.64.1 vs lib/purecloud/models/analytics_session.rb in purecloud-0.65.1
- old
+ new
@@ -286,12 +286,10 @@
self.script_id = attributes[:'scriptId']
end
if attributes[:'skipEnabled']
self.skip_enabled = attributes[:'skipEnabled']
- else
- self.skip_enabled = false
end
if attributes[:'timeoutSeconds']
self.timeout_seconds = attributes[:'timeoutSeconds']
end
@@ -312,11 +310,9 @@
self.screen_share_address_self = attributes[:'screenShareAddressSelf']
end
if attributes[:'sharingScreen']
self.sharing_screen = attributes[:'sharingScreen']
- else
- self.sharing_screen = false
end
if attributes[:'screenShareRoomId']
self.screen_share_room_id = attributes[:'screenShareRoomId']
end