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
# TimesheetEditForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**begin** | **String** |  | 
**end** | Option<**String**> |  | [optional]
**project** | **i32** | Project ID | 
**activity** | **i32** | Activity ID | 
**description** | Option<**String**> |  | [optional]
**fixed_rate** | Option<**f64**> | Fixed rate | [optional]
**hourly_rate** | Option<**f64**> | Hourly rate | [optional]
**user** | Option<**i32**> | User ID | [optional]
**tags** | Option<**String**> | Comma separated list of tags | [optional]
**exported** | Option<**bool**> |  | [optional]
**billable** | Option<**bool**> |  | [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)