SuppressionStatsResponse constructor
SuppressionStatsResponse({
- String? schemaVersion,
- int? total,
- SuppressionStatsResponseByType? byType,
Returns a new SuppressionStatsResponse instance.
Implementation
SuppressionStatsResponse({
this.schemaVersion,
this.total,
this.byType,
});