Class FacetValue (0.4.2)

FacetValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A facet value which contains value names and their count. .. attribute:: value

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

:type: str

Attributes

NameDescription
interval google.cloud.retail_v2.types.Interval
Interval value for a facet, such as [10, 20) for facet "price".
count int
Number of items that have this facet value.