mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# 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)
|
|
|
|
|