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

24 lines
1.2 KiB
Markdown

# openapi.model.TimeEntryModelLinks
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**self** | [**TimeEntryModelLinksSelf**](TimeEntryModelLinksSelf.md) | |
**updateImmediately** | [**TimeEntryModelLinksUpdateImmediately**](TimeEntryModelLinksUpdateImmediately.md) | | [optional]
**update** | [**TimeEntryModelLinksUpdate**](TimeEntryModelLinksUpdate.md) | | [optional]
**delete** | [**TimeEntryModelLinksDelete**](TimeEntryModelLinksDelete.md) | | [optional]
**schema** | [**TimeEntryModelLinksSchema**](TimeEntryModelLinksSchema.md) | | [optional]
**project** | [**TimeEntryModelLinksProject**](TimeEntryModelLinksProject.md) | |
**workPackage** | [**TimeEntryModelLinksWorkPackage**](TimeEntryModelLinksWorkPackage.md) | | [optional]
**user** | [**TimeEntryModelLinksUser**](TimeEntryModelLinksUser.md) | |
**activity** | [**TimeEntryModelLinksActivity**](TimeEntryModelLinksActivity.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)