Class GoogleCloudDiscoveryengineV1alphaSearchResponseFacetFacetValue
A facet value which contains value names and their count.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseFacetFacetValue : 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 GoogleCloudDiscoveryengineV1alphaInterval Interval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaInterval |
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 |