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

RegionSetLabelsRequest

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

§Properties

§
labelFingerprint?: Uint8Array
[src]

The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.

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

The labels to set for this resource.