CancelIngestionResponse constructor

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

Implementation

CancelIngestionResponse({
  this.arn,
  this.ingestionId,
  this.requestId,
  this.status,
});