SuppressionStatsResponse constructor

SuppressionStatsResponse({
  1. String? schemaVersion,
  2. int? total,
  3. SuppressionStatsResponseByType? byType,
})

Returns a new SuppressionStatsResponse instance.

Implementation

SuppressionStatsResponse({
  this.schemaVersion,
  this.total,
  this.byType,
});