Show / Hide Table of Contents

Class GoogleCloudRetailV2betaSearchResponseTileNavigationResult

This field specifies all related information for tile navigation that will be used in client side.

Inheritance
object
GoogleCloudRetailV2betaSearchResponseTileNavigationResult
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 GoogleCloudRetailV2betaSearchResponseTileNavigationResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Tiles

The current tiles that are used for tile navigation, sorted by engagement.

Declaration
[JsonProperty("tiles")]
public virtual IList<GoogleCloudRetailV2betaTile> Tiles { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaTile>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX