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

LabelDescriptor

import type { LabelDescriptor } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";

A description of a label.

interface LabelDescriptor {
description?: string;
key?: string;
valueType?: "STRING" | "BOOL" | "INT64";
}

§Properties

§
description?: string
[src]

A human-readable description for the label.

§
key?: string
[src]

The label key.

§
valueType?: "STRING" | "BOOL" | "INT64"
[src]

The type of data that can be assigned to the label.