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

CustomLabel

import type { CustomLabel } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

The key and value of a custom label.

interface CustomLabel {
key?:
| "CUSTOM_LABEL_KEY_UNSPECIFIED"
| "CUSTOM_LABEL_KEY_0"
| "CUSTOM_LABEL_KEY_1"
| "CUSTOM_LABEL_KEY_2"
| "CUSTOM_LABEL_KEY_3"
| "CUSTOM_LABEL_KEY_4";
value?: string;
}

§Properties

§
key?: "CUSTOM_LABEL_KEY_UNSPECIFIED" | "CUSTOM_LABEL_KEY_0" | "CUSTOM_LABEL_KEY_1" | "CUSTOM_LABEL_KEY_2" | "CUSTOM_LABEL_KEY_3" | "CUSTOM_LABEL_KEY_4"
[src]

The key of the label.

§
value?: string
[src]

The value of the label.