RuleGroupRuleStatement

constructor(andStatement: RuleGroupRuleStatementAndStatement? = null, byteMatchStatement: RuleGroupRuleStatementByteMatchStatement? = null, geoMatchStatement: RuleGroupRuleStatementGeoMatchStatement? = null, ipSetReferenceStatement: RuleGroupRuleStatementIpSetReferenceStatement? = null, labelMatchStatement: RuleGroupRuleStatementLabelMatchStatement? = null, notStatement: RuleGroupRuleStatementNotStatement? = null, orStatement: RuleGroupRuleStatementOrStatement? = null, rateBasedStatement: RuleGroupRuleStatementRateBasedStatement? = null, regexMatchStatement: RuleGroupRuleStatementRegexMatchStatement? = null, regexPatternSetReferenceStatement: RuleGroupRuleStatementRegexPatternSetReferenceStatement? = null, sizeConstraintStatement: RuleGroupRuleStatementSizeConstraintStatement? = null, sqliMatchStatement: RuleGroupRuleStatementSqliMatchStatement? = null, xssMatchStatement: RuleGroupRuleStatementXssMatchStatement? = null)