RuleGroupRuleStatementNotStatementArgs

data class RuleGroupRuleStatementNotStatementArgs(val statements: Output<List<RuleGroupRuleStatementNotStatementStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementNotStatementArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The statement to negate. You can use any statement that can be nested. See Statement above for details.