PutRemediationExceptionsResponse constructor

PutRemediationExceptionsResponse({
  1. List<FailedRemediationExceptionBatch>? failedBatches,
})

Implementation

PutRemediationExceptionsResponse({
  this.failedBatches,
});