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

InstancesSetLabelsRequest

import type { InstancesSetLabelsRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesSetLabelsRequest {
labelFingerprint?: Uint8Array;
labels?: {
[key: string]: string;
}
;
}

§Properties

§
labelFingerprint?: Uint8Array
[src]

Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.

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