context = $context; } /** * @return ServiceBusinessContext */ public function getContext() { return $this->context; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FetchVerificationOptionsRequest::class, 'Google_Service_MyBusinessVerifications_FetchVerificationOptionsRequest');