LabelArgs

data class LabelArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<LabelTagArgs>>? = null) : ConvertibleToJava<LabelArgs>

An label for fraud detector.

Constructors

Link copied to clipboard
fun LabelArgs(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<LabelTagArgs>>? = null)

Functions

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

Properties

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

The label description.

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

The name of the label.

Link copied to clipboard
val tags: Output<List<LabelTagArgs>>? = null

Tags associated with this label.