Attributes constructor
Attributes({
- List<
String> ? additionalImageLinks, - bool? adult,
- String? ageGroup,
- String? brand,
- List<
Certification> ? certifications, - String? color,
- String? cppAdsRedirect,
- String? cppLink,
- String? cppMobileLink,
- String? customLabel0,
- String? customLabel1,
- String? customLabel2,
- String? customLabel3,
- String? customLabel4,
- String? description,
- List<
String> ? excludedDestinations, - String? expirationDate,
- String? gender,
- String? googleProductCategory,
- String? gtin,
- String? headlineOfferCondition,
- HeadlineOfferInstallment? headlineOfferInstallment,
- String? headlineOfferLink,
- String? headlineOfferMobileLink,
- Price? headlineOfferPrice,
- Price? headlineOfferShippingPrice,
- HeadlineOfferSubscriptionCost? headlineOfferSubscriptionCost,
- Price? highPrice,
- String? imageLink,
- List<
String> ? includedDestinations, - bool? isBundle,
- String? itemGroupId,
- Price? lowPrice,
- String? material,
- String? mpn,
- String? multipack,
- String? numberOfOffers,
- String? pattern,
- String? pause,
- List<
ProductDetail> ? productDetails, - ProductDimension? productHeight,
- List<
String> ? productHighlights, - ProductDimension? productLength,
- List<
String> ? productTypes, - ProductWeight? productWeight,
- ProductDimension? productWidth,
- String? size,
- String? sizeSystem,
- List<
String> ? sizeTypes, - String? title,
Implementation
Attributes({
this.additionalImageLinks,
this.adult,
this.ageGroup,
this.brand,
this.certifications,
this.color,
this.cppAdsRedirect,
this.cppLink,
this.cppMobileLink,
this.customLabel0,
this.customLabel1,
this.customLabel2,
this.customLabel3,
this.customLabel4,
this.description,
this.excludedDestinations,
this.expirationDate,
this.gender,
this.googleProductCategory,
this.gtin,
this.headlineOfferCondition,
this.headlineOfferInstallment,
this.headlineOfferLink,
this.headlineOfferMobileLink,
this.headlineOfferPrice,
this.headlineOfferShippingPrice,
this.headlineOfferSubscriptionCost,
this.highPrice,
this.imageLink,
this.includedDestinations,
this.isBundle,
this.itemGroupId,
this.lowPrice,
this.material,
this.mpn,
this.multipack,
this.numberOfOffers,
this.pattern,
this.pause,
this.productDetails,
this.productHeight,
this.productHighlights,
this.productLength,
this.productTypes,
this.productWeight,
this.productWidth,
this.size,
this.sizeSystem,
this.sizeTypes,
this.title,
});