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