RemoveSuppression200Response constructor

RemoveSuppression200Response({
  1. String? schemaVersion,
  2. int? removed,
})

Returns a new RemoveSuppression200Response instance.

Implementation

RemoveSuppression200Response({
  this.schemaVersion,
  this.removed,
});