LabelArgs

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

An label for fraud detector.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

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<TagArgs>>? = null

Tags associated with this label.

Functions

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