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