Datafeed constructor
Datafeed({
- String? attributeLanguage,
- String? contentType,
- DatafeedFetchSchedule? fetchSchedule,
- String? fileName,
- DatafeedFormat? format,
- String? id,
- String? kind,
- String? name,
- List<
DatafeedTarget> ? targets,
Implementation
Datafeed({
this.attributeLanguage,
this.contentType,
this.fetchSchedule,
this.fileName,
this.format,
this.id,
this.kind,
this.name,
this.targets,
});