Attributes class

Attributes of the product.

For more information, see https://support.google.com/manufacturers/answer/6124116.

Constructors

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})
Attributes.fromJson(Map json_)

Properties

The additional images of the product.
getter/setter pair
ageGroup String?
The target age group of the product.
getter/setter pair
brand String?
The brand name of the product.
getter/setter pair
capacity Capacity?
The capacity of the product.
getter/setter pair
certification List<GoogleShoppingManufacturersV1ProductCertification>?
List of certifications claimed by this product.
getter/setter pair
color String?
The color of the product.
getter/setter pair
count Count?
The count of the product.
getter/setter pair
description String?
The description of the product.
getter/setter pair
disclosureDate String?
The disclosure date of the product.
getter/setter pair
excludedDestination List<String>?
A list of excluded destinations such as "ClientExport", "ClientShoppingCatalog" or "PartnerShoppingCatalog".
getter/setter pair
featureDescription List<FeatureDescription>?
The rich format description of the product.
getter/setter pair
flavor String?
The flavor of the product.
getter/setter pair
format String?
The format of the product.
getter/setter pair
gender String?
The target gender of the product.
getter/setter pair
grocery Grocery?
Grocery Attributes.
getter/setter pair
gtin List<String>?
The Global Trade Item Number (GTIN) of the product.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
The image of the product.
getter/setter pair
includedDestination List<String>?
A list of included destinations such as "ClientExport", "ClientShoppingCatalog" or "PartnerShoppingCatalog".
getter/setter pair
itemGroupId String?
The item group id of the product.
getter/setter pair
material String?
The material of the product.
getter/setter pair
mpn String?
The Manufacturer Part Number (MPN) of the product.
getter/setter pair
nutrition Nutrition?
Nutrition Attributes.
getter/setter pair
pattern String?
The pattern of the product.
getter/setter pair
productDetail List<ProductDetail>?
The details of the product.
getter/setter pair
productHighlight List<String>?
The product highlights.
getter/setter pair
productLine String?
The name of the group of products related to the product.
getter/setter pair
productName String?
The canonical name of the product.
getter/setter pair
productPageUrl String?
The URL of the detail page of the product.
getter/setter pair
productType List<String>?
The type or category of the product.
getter/setter pair
releaseDate String?
The release date of the product.
getter/setter pair
richProductContent List<String>?
Rich product content.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scent String?
The scent of the product.
getter/setter pair
size String?
The size of the product.
getter/setter pair
sizeSystem String?
The size system of the product.
getter/setter pair
sizeType List<String>?
The size type of the product.
getter/setter pair
suggestedRetailPrice Price?
The suggested retail price (MSRP) of the product.
getter/setter pair
targetClientId String?
The target client id.
getter/setter pair
theme String?
The theme of the product.
getter/setter pair
title String?
The title of the product.
getter/setter pair
The videos of the product.
getter/setter pair
Virtual Model (3d) asset link.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited