CssProductInput constructor

CssProductInput({
  1. Attributes? attributes,
  2. String? contentLanguage,
  3. List<CustomAttribute>? customAttributes,
  4. String? feedLabel,
  5. String? finalName,
  6. String? freshnessTime,
  7. String? name,
  8. String? rawProvidedId,
})

Implementation

CssProductInput({
  this.attributes,
  this.contentLanguage,
  this.customAttributes,
  this.feedLabel,
  this.finalName,
  this.freshnessTime,
  this.name,
  this.rawProvidedId,
});