RaiBlocklistPropertiesArgs

data class RaiBlocklistPropertiesArgs(val description: Output<String>? = null) : ConvertibleToJava<RaiBlocklistPropertiesArgs>

RAI Custom Blocklist properties.

Constructors

Link copied to clipboard
fun RaiBlocklistPropertiesArgs(description: Output<String>? = null)

Functions

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

Properties

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

Description of the block list.