Label Descriptor Args
data class LabelDescriptorArgs(val description: Output<String>? = null, val key: Output<String>? = null, val valueType: Output<LabelDescriptorValueType>? = null) : ConvertibleToJava<LabelDescriptorArgs>
A description of a label.
Constructors
Link copied to clipboard
fun LabelDescriptorArgs(description: Output<String>? = null, key: Output<String>? = null, valueType: Output<LabelDescriptorValueType>? = null)