Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 965 Bytes

SelectedRefinementDto.md

File metadata and controls

16 lines (12 loc) · 965 Bytes

SelectedRefinementDto

Properties

Name Type Description Notes
navigationName String The name of the navigation the refinement is for.
type NavigationTypeDto
value String Value of selected refinement, if type is value. [optional]
low Double The lowest end or value of the range, if applicable. [optional]
high Double The highest end or value of the range, if applicable. [optional]
source String Field which is indicated that it is dynamic navigation. [optional]
or Bool Navigation multiselect. Indicate that it is possibly to select more than one navigation value due to search request. [optional]

[Back to Model list] [Back to API list] [Back to README]