mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.0 KiB
1.0 KiB
openapi.model.TimeEntryModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Object | The id of the time entry | [optional] |
| comment | TimeEntryModelComment | [optional] | |
| spentOn | Object | The date the expenditure is booked for | [optional] |
| hours | Object | The time quantifying the expenditure | [optional] |
| ongoing | Object | Whether the time entry is actively tracking time | [optional] |
| createdAt | Object | The time the time entry was created | [optional] |
| updatedAt | Object | The time the time entry was last updated | [optional] |
| links | TimeEntryModelLinks | [optional] |