SuppressionCheckResponse constructor
SuppressionCheckResponse({
- String? schemaVersion,
- String? email,
- bool? suppressed,
- SuppressionCheckResponseMatchTypeEnum? matchType,
- String? matchValue,
Returns a new SuppressionCheckResponse instance.
Implementation
SuppressionCheckResponse({
this.schemaVersion,
this.email,
this.suppressed,
this.matchType,
this.matchValue,
});