mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
22 lines
921 B
Markdown
22 lines
921 B
Markdown
# openapi.model.GridCollectionModel
|
|
|
|
## 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** | [**PaginatedCollectionModelAllOfLinks**](PaginatedCollectionModelAllOfLinks.md) | |
|
|
**pageSize** | **int** | Amount of elements that a response will hold. |
|
|
**offset** | **int** | The page number that is requested from paginated collection. |
|
|
**embedded** | [**GridCollectionModelAllOfEmbedded**](GridCollectionModelAllOfEmbedded.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)
|
|
|
|
|