# 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]