CssProductInput constructor
CssProductInput({
- Attributes? attributes,
- String? contentLanguage,
- List<
CustomAttribute> ? customAttributes, - String? feedLabel,
- String? finalName,
- String? freshnessTime,
- String? name,
- String? rawProvidedId,
Implementation
CssProductInput({
this.attributes,
this.contentLanguage,
this.customAttributes,
this.feedLabel,
this.finalName,
this.freshnessTime,
this.name,
this.rawProvidedId,
});