# Datasource A datasource, represented by either a page (of elements) or a single element. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **self** | **String** | The URL of the datasource | **id** | **String** | The unique ID of the datasource. | **title** | **String** | The title of the datasource. | [optional] **parameters** | **Map<String, String>** | The parameters for the datasource. | [optional] **user** | [**User**](User.md) | | [optional] **links** | [**List<Link>**](Link.md) | A list of links. | [optional] **messages** | [**List<Message>**](Message.md) | A list of messages. | [optional] **fields** | [**List<Field>**](Field.md) | A list of fields. | [optional] **filters** | [**List<Filter>**](Filter.md) | A list of filters. | [optional] **filterResetPath** | **String** | the path to be called to reset the filter | [optional] **page** | [**Page**](Page.md) | | [optional] **item** | [**Item**](Item.md) | | [optional] **items** | [**List<Item>**](Item.md) | The items of this page. | [optional] **permissions** | [**List<Permission>**](Permission.md) | The permissions for this datasource. | [optional] **appNGVersion** | **String** | The version of appNG | [optional] **appVersion** | **String** | The version of the application | [optional]