DynamicFeed constructor

DynamicFeed({
  1. ContentSource? contentSource,
  2. LastModifiedInfo? createInfo,
  3. String? dynamicFeedId,
  4. String? dynamicFeedName,
  5. Element? element,
  6. FeedIngestionStatus? feedIngestionStatus,
  7. FeedSchedule? feedSchedule,
  8. bool? hasPublished,
  9. LastModifiedInfo? lastModifiedInfo,
  10. String? status,
  11. String? studioAdvertiserId,
})

Implementation

DynamicFeed({
  this.contentSource,
  this.createInfo,
  this.dynamicFeedId,
  this.dynamicFeedName,
  this.element,
  this.feedIngestionStatus,
  this.feedSchedule,
  this.hasPublished,
  this.lastModifiedInfo,
  this.status,
  this.studioAdvertiserId,
});