Safety Rule Rule Config Args
data class SafetyRuleRuleConfigArgs(val inverted: Output<Boolean>, val threshold: Output<Int>, val type: Output<String>) : ConvertibleToJava<SafetyRuleRuleConfigArgs>
Constructors
Link copied to clipboard
fun SafetyRuleRuleConfigArgs(inverted: Output<Boolean>, threshold: Output<Int>, type: Output<String>)