DynamicFeed constructor
DynamicFeed({
- ContentSource? contentSource,
- LastModifiedInfo? createInfo,
- String? dynamicFeedId,
- String? dynamicFeedName,
- Element? element,
- FeedIngestionStatus? feedIngestionStatus,
- FeedSchedule? feedSchedule,
- bool? hasPublished,
- LastModifiedInfo? lastModifiedInfo,
- String? status,
- 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,
});