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

DeploymentUpdateLabelEntry

import type { DeploymentUpdateLabelEntry } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

Label object for DeploymentUpdate

interface DeploymentUpdateLabelEntry {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

Key of the label

§
value?: string
[src]

Value of the label