# AlfrescoContentServicesRestApi.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] 
**startInclusive** | **Boolean** | When true, the set will include values greater or equal to \&quot;start\&quot; | [optional] [default to true]
**endInclusive** | **Boolean** | When true, the set will include values less than or equal to \&quot;end\&quot; | [optional] [default to true]


