LabelDescriptor

A description of a label.

JSON representation
{
  "key": string,
  "valueType": enum (ValueType),
  "description": string
}
Fields
key

string

The label key.

valueType

enum (ValueType)

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

description

string

A human-readable description for the label.