LabelDescriptorResponse

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

A description of a label.

Constructors

Link copied to clipboard
constructor(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 label key.

Link copied to clipboard

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