Show / Hide Table of Contents

Class GoogleCloudRetailV2betaSearchResponseFacet

A facet result.

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

Properties

DynamicFacet

Whether the facet is dynamically generated.

Declaration
[JsonProperty("dynamicFacet")]
public virtual bool? DynamicFacet { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Key

The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".

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

Values

The facet values for this field.

Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudRetailV2betaSearchResponseFacetFacetValue> Values { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaSearchResponseFacetFacetValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX