Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 771 Bytes

RequestFacetSet.md

File metadata and controls

executable file
·
14 lines (10 loc) · 771 Bytes

RequestFacetSet

Properties

Name Type Description Notes
label string A label to use to identify the set [optional]
start string The start of the range [optional]
end string The end of the range [optional]
start_inclusive bool When true, the set will include values greater or equal to "start" [optional] [default to true]
end_inclusive bool When true, the set will include values less than or equal to "end" [optional] [default to true]

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