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

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

[Back to Model list] [Back to API list] [Back to README]