remoteInAppUpdate = $remoteInAppUpdate; } /** * @return RemoteInAppUpdate */ public function getRemoteInAppUpdate() { return $this->remoteInAppUpdate; } /** * @param Targeting */ public function setTargeting(Targeting $targeting) { $this->targeting = $targeting; } /** * @return Targeting */ public function getTargeting() { return $this->targeting; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateDraftAppRecoveryRequest::class, 'Google_Service_AndroidPublisher_CreateDraftAppRecoveryRequest');