Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.88 KB

File metadata and controls

11 lines (8 loc) · 2.88 KB

FacetValue

Fields

Field Type Required Description Example
string_value Optional[str] The value that should be set in the FacetFilter when applying this filter to a search request. engineering
integer_value Optional[int] N/A 5
display_label Optional[str] An optional user-friendly label to display in place of the facet value. engineering
icon_config Optional[models.IconConfig] Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}