alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
13 lines (9 loc) • 643 B
Markdown
# 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 \"start\" | [optional] [default to true]
**endInclusive** | **Boolean** | When true, the set will include values less than or equal to \"end\" | [optional] [default to true]