Label Value Definition Strings
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.