# AlfrescoContentServicesRestApi.RequestQuery

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | **String** | The query language in which the query is written. | [optional] [default to &#39;afts&#39;]
**userQuery** | **String** | The exact search request typed in by the user | [optional] 
**query** | **String** | The query which may have been generated in some way from the userQuery | 


<a name="LanguageEnum"></a>
## Enum: LanguageEnum


* `afts` (value: `"afts"`)

* `lucene` (value: `"lucene"`)

* `cmis` (value: `"cmis"`)




