WatchlistEntityPopulationMechanismArgs

data class WatchlistEntityPopulationMechanismArgs(val manual: Output<WatchlistEntityPopulationMechanismManualArgs>? = null) : ConvertibleToJava<WatchlistEntityPopulationMechanismArgs>

Constructors

Link copied to clipboard
constructor(manual: Output<WatchlistEntityPopulationMechanismManualArgs>? = null)

Properties

Link copied to clipboard

Entities are added manually.

Functions

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