RuleGroupRuleStatementNotStatementStatementOrStatementArgs

data class RuleGroupRuleStatementNotStatementStatementOrStatementArgs(val statements: Output<List<RuleGroupRuleStatementNotStatementStatementOrStatementStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementNotStatementStatementOrStatementArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The statements to combine with OR logic. You can use any statements that can be nested. See Statement above for details.