kimai_client_lib 1.0.0

JSON API for the Kimai time-tracking software. Read our [API documentation](https://www.kimai.org/documentation/rest-api.html) and download the [Open API definition](doc.json) to import into your API client.
Documentation
# TaskEditForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** |  | 
**todo** | Option<**String**> | The actual doings, which will be available on the detail and edit page. | [optional]
**end** | Option<**String**> |  | [optional]
**estimation** | Option<**i32**> | Estimation in seconds | [optional]
**project** | **i32** | Project ID | 
**activity** | **i32** | Activity ID | 
**description** | Option<**String**> |  | [optional]
**tags** | Option<**Vec<String>**> |  | [optional]
**user** | Option<**i32**> | User ID | [optional]
**team** | Option<**i32**> | Team ID | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)