LabelValueDefinitionStrings

data class LabelValueDefinitionStrings(val lang: Language, val name: String, val description: String)

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

Parameters

lang

The code of the language these strings are written in.

name

A short human-readable name for the label.

description

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

Constructors

Link copied to clipboard
constructor(lang: Language, name: String, description: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The code of the language these strings are written in.

Link copied to clipboard

A short human-readable name for the label.