FeedIngestionStatus constructor

FeedIngestionStatus({
  1. List<IngestionErrorRecord>? ingestionErrorRecords,
  2. IngestionStatus? ingestionStatus,
  3. String? state,
})

Implementation

FeedIngestionStatus({
  this.ingestionErrorRecords,
  this.ingestionStatus,
  this.state,
});