instantVerificationToken = $instantVerificationToken; } /** * @return string */ public function getInstantVerificationToken() { return $this->instantVerificationToken; } /** * Output only. The result of the instant verification token generation. * * Accepted values: RESULT_UNSPECIFIED, SUCCEEDED, FAILED * * @param self::RESULT_* $result */ public function setResult($result) { $this->result = $result; } /** * @return self::RESULT_* */ public function getResult() { return $this->result; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateInstantVerificationTokenResponse::class, 'Google_Service_MyBusinessVerifications_GenerateInstantVerificationTokenResponse');