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