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

19 lines
707 B
Markdown

# openapi.model.GridWriteModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rowCount** | **int** | The number of rows the grid has | [optional]
**columnCount** | **int** | The number of columns the grid has | [optional]
**widgets** | [**List<GridWidgetModel>**](GridWidgetModel.md) | | [optional] [default to const []]
**links** | [**GridWriteModelLinks**](GridWriteModelLinks.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)