SuppressionCheckResponse constructor

SuppressionCheckResponse({
  1. String? schemaVersion,
  2. String? email,
  3. bool? suppressed,
  4. SuppressionCheckResponseMatchTypeEnum? matchType,
  5. String? matchValue,
})

Returns a new SuppressionCheckResponse instance.

Implementation

SuppressionCheckResponse({
  this.schemaVersion,
  this.email,
  this.suppressed,
  this.matchType,
  this.matchValue,
});