ProductInput constructor
ProductInput({
- String? contentLanguage,
- List<
CustomAttribute> ? customAttributes, - String? feedLabel,
- bool? legacyLocal,
- String? name,
- String? offerId,
- String? product,
- ProductAttributes? productAttributes,
- String? versionNumber,
Implementation
ProductInput({
this.contentLanguage,
this.customAttributes,
this.feedLabel,
this.legacyLocal,
this.name,
this.offerId,
this.product,
this.productAttributes,
this.versionNumber,
});