Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 643 Bytes

RequestFacetSet.md

File metadata and controls

12 lines (9 loc) · 643 Bytes

RequestFacetSet

Properties

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