CustomLabel
import type { CustomLabel } from "https://googleapis.deno.dev/v1/displayvideo:v4.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;
}