ProductInput constructor

ProductInput({
  1. String? base64EncodedName,
  2. String? base64EncodedProduct,
  3. String? contentLanguage,
  4. List<CustomAttribute>? customAttributes,
  5. String? feedLabel,
  6. bool? legacyLocal,
  7. String? name,
  8. String? offerId,
  9. String? product,
  10. ProductAttributes? productAttributes,
  11. String? versionNumber,
})

Implementation

ProductInput({
  this.base64EncodedName,
  this.base64EncodedProduct,
  this.contentLanguage,
  this.customAttributes,
  this.feedLabel,
  this.legacyLocal,
  this.name,
  this.offerId,
  this.product,
  this.productAttributes,
  this.versionNumber,
});