isRemoteInAppUpdateRequested = $isRemoteInAppUpdateRequested; } /** * @return bool */ public function getIsRemoteInAppUpdateRequested() { return $this->isRemoteInAppUpdateRequested; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RemoteInAppUpdate::class, 'Google_Service_AndroidPublisher_RemoteInAppUpdate');