LabelDescriptorResponse

data class LabelDescriptorResponse(val description: String, val key: String, val valueType: String)

A description of a label.

Constructors

Link copied to clipboard
fun LabelDescriptorResponse(description: String, key: String, valueType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A human-readable description for the label.

Link copied to clipboard
val key: String

The key for this label. The key must meet the following criteria: Does not exceed 100 characters. Matches the following regular expression: a-zA-Z0-9_* The first character must be an upper- or lower-case letter. The remaining characters must be letters, digits, or underscores.

Link copied to clipboard

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