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

20 lines
750 B
Markdown

# openapi.model.UserCollectionModel
## 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** | [**UserCollectionModelAllOfLinks**](UserCollectionModelAllOfLinks.md) | |
**embedded** | [**UserCollectionModelAllOfEmbedded**](UserCollectionModelAllOfEmbedded.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)