Class GoogleCloudDiscoveryengineV1alphaSearchResponseFacet
A facet result.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseFacet : 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. For example, "colors" or "price". It matches
SearchRequest.FacetSpec.FacetKey.key.
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<GoogleCloudDiscoveryengineV1alphaSearchResponseFacetFacetValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaSearchResponseFacetFacetValue> |