Class GoogleCloudRetailV2betaTile
This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaTile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductAttributeInterval
The product attribute key-numeric interval.
Declaration
[JsonProperty("productAttributeInterval")]
public virtual GoogleCloudRetailV2betaProductAttributeInterval ProductAttributeInterval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaProductAttributeInterval |
ProductAttributeValue
The product attribute key-value.
Declaration
[JsonProperty("productAttributeValue")]
public virtual GoogleCloudRetailV2betaProductAttributeValue ProductAttributeValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaProductAttributeValue |
RepresentativeProductId
The representative product id for this tile.
Declaration
[JsonProperty("representativeProductId")]
public virtual string RepresentativeProductId { get; set; }
Property Value
Type | Description |
---|---|
string |