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