code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param string */ public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } /** * @return string */ public function getExpireTime() { return $this->expireTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetNotificationChannelVerificationCodeResponse::class, 'Google_Service_Monitoring_GetNotificationChannelVerificationCodeResponse');