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

DeploymentLabelEntry

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

Label object for Deployments

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

§Properties

§
key?: string
[src]

Key of the label

§
value?: string
[src]

Value of the label