ListIngestionsResponse constructor

ListIngestionsResponse({
  1. List<Ingestion>? ingestions,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListIngestionsResponse({
  this.ingestions,
  this.nextToken,
  this.requestId,
  this.status,
});