mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
907 B
907 B
openapi.model.GridReadModel
Load the model package
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 | [default to const []] | |
| createdAt | DateTime | The time the grid was created. | [optional] |
| updatedAt | DateTime | The time the grid was last updated. | [optional] |
| links | GridReadModelLinks |