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