EntityTypeArgs

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

An entity type 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 entity type description.

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

The name of the entity type.

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

Tags associated with this entity type.

Functions

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