ValidationResponseSuppressionMatch constructor
ValidationResponseSuppressionMatch({
- bool? matched,
- ValidationResponseSuppressionMatchMatchTypeEnum? matchType,
- String? matchValue,
Returns a new ValidationResponseSuppressionMatch instance.
Implementation
ValidationResponseSuppressionMatch({
this.matched,
this.matchType,
this.matchValue,
});