Attributes constructor

Attributes({
  1. List<Image>? additionalImageLink,
  2. String? ageGroup,
  3. String? brand,
  4. Capacity? capacity,
  5. List<GoogleShoppingManufacturersV1ProductCertification>? certification,
  6. String? color,
  7. Count? count,
  8. String? description,
  9. String? disclosureDate,
  10. List<String>? excludedDestination,
  11. List<FeatureDescription>? featureDescription,
  12. String? flavor,
  13. String? format,
  14. String? gender,
  15. Grocery? grocery,
  16. List<String>? gtin,
  17. Image? imageLink,
  18. List<String>? includedDestination,
  19. String? itemGroupId,
  20. String? material,
  21. String? mpn,
  22. Nutrition? nutrition,
  23. String? pattern,
  24. List<ProductDetail>? productDetail,
  25. List<String>? productHighlight,
  26. String? productLine,
  27. String? productName,
  28. String? productPageUrl,
  29. List<String>? productType,
  30. String? releaseDate,
  31. List<String>? richProductContent,
  32. String? scent,
  33. String? size,
  34. String? sizeSystem,
  35. List<String>? sizeType,
  36. Price? suggestedRetailPrice,
  37. String? targetClientId,
  38. String? theme,
  39. String? title,
  40. List<String>? videoLink,
  41. String? virtualModelLink,
})

Implementation

Attributes({
  this.additionalImageLink,
  this.ageGroup,
  this.brand,
  this.capacity,
  this.certification,
  this.color,
  this.count,
  this.description,
  this.disclosureDate,
  this.excludedDestination,
  this.featureDescription,
  this.flavor,
  this.format,
  this.gender,
  this.grocery,
  this.gtin,
  this.imageLink,
  this.includedDestination,
  this.itemGroupId,
  this.material,
  this.mpn,
  this.nutrition,
  this.pattern,
  this.productDetail,
  this.productHighlight,
  this.productLine,
  this.productName,
  this.productPageUrl,
  this.productType,
  this.releaseDate,
  this.richProductContent,
  this.scent,
  this.size,
  this.sizeSystem,
  this.sizeType,
  this.suggestedRetailPrice,
  this.targetClientId,
  this.theme,
  this.title,
  this.videoLink,
  this.virtualModelLink,
});