lib/purecloud/models/analytics_session.rb in purecloud-0.63.1 vs lib/purecloud/models/analytics_session.rb in purecloud-0.64.1

- old
+ new

@@ -286,10 +286,12 @@ 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 @@ -310,9 +312,11 @@ 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