Datafeed constructor

Datafeed({
  1. String? attributeLanguage,
  2. String? contentType,
  3. DatafeedFetchSchedule? fetchSchedule,
  4. String? fileName,
  5. DatafeedFormat? format,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. List<DatafeedTarget>? targets,
})

Implementation

Datafeed({
  this.attributeLanguage,
  this.contentType,
  this.fetchSchedule,
  this.fileName,
  this.format,
  this.id,
  this.kind,
  this.name,
  this.targets,
});