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

20 lines
775 B
Markdown

# openapi.model.TimeEntryCollectionModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | |
**total** | **int** | The total amount of elements available in the collection. |
**count** | **int** | Actual amount of elements in this response. |
**links** | [**TimeEntryCollectionModelAllOfLinks**](TimeEntryCollectionModelAllOfLinks.md) | |
**embedded** | [**TimeEntryCollectionModelAllOfEmbedded**](TimeEntryCollectionModelAllOfEmbedded.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)