ProductInput constructor

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

Implementation

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