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

InstancePropertiesPatch

import type { InstancePropertiesPatch } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Represents the change that you want to make to the instance properties.

interface InstancePropertiesPatch {
labels?: {
[key: string]: string;
}
;
metadata?: {
[key: string]: string;
}
;
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

The label key-value pairs that you want to patch onto the instance.

§
metadata?: {
[key: string]: string;
}
[src]

The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.