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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**number** | Option<**String**> |  | [optional]
**comment** | Option<**String**> |  | [optional]
**invoice_text** | Option<**String**> |  | [optional]
**project** | Option<**i32**> | Project ID | [optional]
**teams** | Option<**i32**> | Team ID | [optional]
**color** | Option<**String**> | The hexadecimal color code (default: auto-calculated by name) | [optional]
**visible** | 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)