Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaTile

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.

Inheritance
object
GoogleCloudRetailV2alphaTile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaTile : 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 GoogleCloudRetailV2alphaProductAttributeInterval ProductAttributeInterval { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaProductAttributeInterval

ProductAttributeValue

The product attribute key-value.

Declaration
[JsonProperty("productAttributeValue")]
public virtual GoogleCloudRetailV2alphaProductAttributeValue ProductAttributeValue { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaProductAttributeValue

RepresentativeProductId

The representative product id for this tile.

Declaration
[JsonProperty("representativeProductId")]
public virtual string RepresentativeProductId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX