Model that describes a widget.
| Name | Type | Description |
|---|---|---|
| column | Int32 | Column in the row where the widget is located. Numbering starts from 0. |
| connected_integration_id | String | Connected integration ID. Present for widget_type = Integration; the integration must be active and support the Widget handler. |
| dashboard_id | Int64 | ID of the dashboard that the widget is linked to. |
| firm_id | Int64 | Company ID. 0 means company is not specified. |
| height | Int32 | Widget height: number of rows occupied by the widget. |
| id | Int64 | Widget ID. |
| last_update | Int64 | Last update date as Unix time. |
| name | String | Widget name. |
| row | Int32 | Row where the widget is located. |
| stock_id | Int64 | Stock ID. 0 means stock is not specified. |
| widget_type | WidgetType | Widget type. |
| width | Int32 | Widget width: number of cells occupied by the widget (from 1 to 3). |