# Action An action, representing an executable operation. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **self** | **String** | The URL of the action | **execute** | **String** | The URL to execute the action | [optional] **id** | **String** | The Id of the action. | **eventId** | **String** | The event-Id of the action. | **title** | **String** | The title of the datasource. | [optional] **parameters** | **Map<String, String>** | A list of parameters for the action | [optional] **user** | [**User**](User.md) | | [optional] **messages** | [**List<Message>**](Message.md) | A list of messages. | [optional] **fields** | [**List<ActionField>**](ActionField.md) | A list of action-fields. | [optional] **permissions** | [**List<Permission>**](Permission.md) | The permissions for this action. | [optional] **onSuccess** | **String** | | [optional] **appNGVersion** | **String** | The version of appNG | [optional] **appVersion** | **String** | The version of the application | [optional]