# openapi.model.GridWidgetModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | | **id** | **int** | The grid widget's unique identifier. Can be null, if a new widget is created within a grid. | **identifier** | **String** | An alternative, human legible, and unique identifier. | **startRow** | **int** | The index of the starting row of the widget. The row is inclusive. | **endRow** | **int** | The index of the ending row of the widget. The row is exclusive. | **startColumn** | **int** | The index of the starting column of the widget. The column is inclusive. | **endColumn** | **int** | The index of the ending column of the widget. The column is exclusive. | **options** | [**Object**](.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)