DescribeIngestionResponse constructor

DescribeIngestionResponse({
  1. Ingestion? ingestion,
  2. String? requestId,
  3. int? status,
})

Implementation

DescribeIngestionResponse({
  this.ingestion,
  this.requestId,
  this.status,
});