LabelCategoryArgs

data class LabelCategoryArgs(val classes: Output<Map<String, LabelClassArgs>>? = null, val displayName: Output<String>? = null, val multiSelect: Output<Either<String, MultiSelect>>? = null) : ConvertibleToJava<LabelCategoryArgs>

Label category definition

Constructors

Link copied to clipboard
constructor(classes: Output<Map<String, LabelClassArgs>>? = null, displayName: Output<String>? = null, multiSelect: Output<Either<String, MultiSelect>>? = null)

Properties

Link copied to clipboard
val classes: Output<Map<String, LabelClassArgs>>? = null

Dictionary of label classes in this category.

Link copied to clipboard
val displayName: Output<String>? = null

Display name of the label category.

Link copied to clipboard
val multiSelect: Output<Either<String, MultiSelect>>? = null

Indicates whether it is allowed to select multiple classes in this category.

Functions

Link copied to clipboard
open override fun toJava(): LabelCategoryArgs