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

Label

import type { Label } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

Label is a key value pair applied to a resource.

interface Label {
key?: string;
source?: string;
value?: string;
}

§Properties

§
key?: string
[src]

The key part of the label.

§
source?: string
[src]

The source of the Label. Source is empty if the label is directly attached to the resource and not inherited.

§
value?: string
[src]

The value part of the label.