LabelValueDefinitionStrings

data class LabelValueDefinitionStrings(val description: String, val lang: <Error class: unknown class>, val name: String)

Strings which describe the label in the UI, localized into a specific language.

Constructors

Link copied to clipboard
constructor(description: String, lang: <Error class: unknown class>, name: String)

Properties

Link copied to clipboard

A longer description of what the label means and why it might be applied.

Link copied to clipboard
val lang: <Error class: unknown class>

The code of the language these strings are written in.

Link copied to clipboard

A short human-readable name for the label.