DeleteDataSetResponse constructor

DeleteDataSetResponse({
  1. String? arn,
  2. String? dataSetId,
  3. String? requestId,
  4. int? status,
})

Implementation

DeleteDataSetResponse({
  this.arn,
  this.dataSetId,
  this.requestId,
  this.status,
});