Entity Type Args
data class EntityTypeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<EntityTypeTagArgs>>? = null) : ConvertibleToJava<EntityTypeArgs>
An entity type for fraud detector.
Constructors
Link copied to clipboard
fun EntityTypeArgs(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<EntityTypeTagArgs>>? = null)