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

23 lines
907 B
Markdown

# openapi.model.GridReadModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | |
**id** | **int** | Grid's id |
**rowCount** | **int** | The number of rows the grid has |
**columnCount** | **int** | The number of columns the grid has |
**widgets** | [**List<GridWidgetModel>**](GridWidgetModel.md) | | [default to const []]
**createdAt** | [**DateTime**](DateTime.md) | The time the grid was created. | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | The time the grid was last updated. | [optional]
**links** | [**GridReadModelLinks**](GridReadModelLinks.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)