Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1SearchResponseFacetFacetValue

A facet value which contains value names and their count.

Inheritance
object
GoogleCloudDiscoveryengineV1SearchResponseFacetFacetValue
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseFacetFacetValue : IDirectResponseSchema

Properties

Count

Number of items that have this facet value.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Interval

Interval value for a facet, such as 10, 20) for facet "price". It matches [SearchRequest.FacetSpec.FacetKey.intervals.

Declaration
[JsonProperty("interval")]
public virtual GoogleCloudDiscoveryengineV1Interval Interval { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1Interval

Value

Text value of a facet, such as "Black" for facet "colors".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX