Attributes constructor
Attributes({
- List<
Image> ? additionalImageLink, - String? ageGroup,
- String? brand,
- Capacity? capacity,
- List<
GoogleShoppingManufacturersV1ProductCertification> ? certification, - String? color,
- Count? count,
- String? description,
- String? disclosureDate,
- List<
String> ? excludedDestination, - List<
FeatureDescription> ? featureDescription, - String? flavor,
- String? format,
- String? gender,
- Grocery? grocery,
- List<
String> ? gtin, - Image? imageLink,
- List<
String> ? includedDestination, - String? itemGroupId,
- String? material,
- String? mpn,
- Nutrition? nutrition,
- String? pattern,
- List<
ProductDetail> ? productDetail, - List<
String> ? productHighlight, - String? productLine,
- String? productName,
- String? productPageUrl,
- List<
String> ? productType, - String? releaseDate,
- List<
String> ? richProductContent, - String? scent,
- String? size,
- String? sizeSystem,
- List<
String> ? sizeType, - Price? suggestedRetailPrice,
- String? targetClientId,
- String? theme,
- String? title,
- List<
String> ? videoLink, - 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,
});