Class GoogleCloudRetailV2alphaProductDetail
Detailed product information associated with a user event.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaProductDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
Required. Product information. Required field(s): * Product.id Optional override field(s): * Product.price_info If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete. All other product fields are ignored and instead populated via catalog lookup after event ingestion.
Declaration
[JsonProperty("product")]
public virtual GoogleCloudRetailV2alphaProduct Product { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaProduct |
Quantity
Quantity of the product associated with the user event. For example, this field will be 2 if two products
are added to the shopping cart for purchase-complete
event. Required for add-to-cart
and
purchase-complete
event types.
Declaration
[JsonProperty("quantity")]
public virtual int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
int? |