domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest');