Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudRetailV2betaTile
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX