Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstancesSetNameRequest

import type { InstancesSetNameRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesSetNameRequest {
currentName?: string;
name?: string;
}

§Properties

§
currentName?: string
[src]

The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.

§
name?: string
[src]

The name to be applied to the instance. Needs to be RFC 1035 compliant.