open-project-flutter-api/doc/TimeEntryModel.md
2023-11-05 19:54:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]