GoogleCloudRetailV2Product constructor
GoogleCloudRetailV2Product({
- Map<
String, GoogleCloudRetailV2CustomAttribute> ? attributes, - GoogleCloudRetailV2Audience? audience,
- String? availability,
- int? availableQuantity,
- String? availableTime,
- List<
String> ? brands, - List<
String> ? categories, - List<
String> ? collectionMemberIds, - GoogleCloudRetailV2ColorInfo? colorInfo,
- List<
String> ? conditions, - String? description,
- String? expireTime,
- List<
GoogleCloudRetailV2FulfillmentInfo> ? fulfillmentInfo, - String? gtin,
- String? id,
- List<
GoogleCloudRetailV2Image> ? images, - String? languageCode,
- List<
GoogleCloudRetailV2LocalInventory> ? localInventories, - List<
String> ? materials, - String? name,
- List<
String> ? patterns, - GoogleCloudRetailV2PriceInfo? priceInfo,
- String? primaryProductId,
- List<
GoogleCloudRetailV2Promotion> ? promotions, - String? publishTime,
- GoogleCloudRetailV2Rating? rating,
- String? retrievableFields,
- List<
String> ? sizes, - List<
String> ? tags, - String? title,
- String? ttl,
- String? type,
- String? uri,
- List<
GoogleCloudRetailV2Product> ? variants,
Implementation
GoogleCloudRetailV2Product({
this.attributes,
this.audience,
this.availability,
this.availableQuantity,
this.availableTime,
this.brands,
this.categories,
this.collectionMemberIds,
this.colorInfo,
this.conditions,
this.description,
this.expireTime,
this.fulfillmentInfo,
this.gtin,
this.id,
this.images,
this.languageCode,
this.localInventories,
this.materials,
this.name,
this.patterns,
this.priceInfo,
this.primaryProductId,
this.promotions,
this.publishTime,
this.rating,
this.retrievableFields,
this.sizes,
this.tags,
this.title,
this.ttl,
this.type,
this.uri,
this.variants,
});