FeedIngestionStatus constructor
FeedIngestionStatus({
- List<
IngestionErrorRecord> ? ingestionErrorRecords, - IngestionStatus? ingestionStatus,
- String? state,
Implementation
FeedIngestionStatus({
this.ingestionErrorRecords,
this.ingestionStatus,
this.state,
});