Class GoogleCloudDiscoveryengineV1SearchResponseFacet
A facet result.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseFacet : 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<GoogleCloudDiscoveryengineV1SearchResponseFacetFacetValue> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1SearchResponseFacetFacetValue> |