# openapi.model.TimeEntryModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | [**Object**](.md) | The id of the time entry | [optional] **comment** | [**TimeEntryModelComment**](TimeEntryModelComment.md) | | [optional] **spentOn** | [**Object**](.md) | The date the expenditure is booked for | [optional] **hours** | [**Object**](.md) | The time quantifying the expenditure | [optional] **ongoing** | [**Object**](.md) | Whether the time entry is actively tracking time | [optional] **createdAt** | [**Object**](.md) | The time the time entry was created | [optional] **updatedAt** | [**Object**](.md) | The time the time entry was last updated | [optional] **links** | [**TimeEntryModelLinks**](TimeEntryModelLinks.md) | | [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)