account = $account; } /** * @return string */ public function getAccount() { return $this->account; } /** * @param string */ public function setIntegrator($integrator) { $this->integrator = $integrator; } /** * @return string */ public function getIntegrator() { return $this->integrator; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1UnregisterSubscriberRequest::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1UnregisterSubscriberRequest');