Rule Group Byte Match Statement
data class RuleGroupByteMatchStatement(val fieldToMatch: RuleGroupFieldToMatch, val positionalConstraint: RuleGroupPositionalConstraint, val searchString: String? = null, val searchStringBase64: String? = null, val textTransformations: List<RuleGroupTextTransformation>)
Byte Match statement.
Constructors
Link copied to clipboard
fun RuleGroupByteMatchStatement(fieldToMatch: RuleGroupFieldToMatch, positionalConstraint: RuleGroupPositionalConstraint, searchString: String? = null, searchStringBase64: String? = null, textTransformations: List<RuleGroupTextTransformation>)