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