Rule Group Rule Statement Regex Match Statement
data class RuleGroupRuleStatementRegexMatchStatement(val fieldToMatch: RuleGroupRuleStatementRegexMatchStatementFieldToMatch? = null, val regexString: String, val textTransformations: List<RuleGroupRuleStatementRegexMatchStatementTextTransformation>)
Constructors
Link copied to clipboard
fun RuleGroupRuleStatementRegexMatchStatement(fieldToMatch: RuleGroupRuleStatementRegexMatchStatementFieldToMatch? = null, regexString: String, textTransformations: List<RuleGroupRuleStatementRegexMatchStatementTextTransformation>)