Model that describes a dashboard.
| Name | Type | Description |
|---|---|---|
| firm_id | Int64 | Company ID. |
| id | Int64 | Dashboard ID. |
| is_creator | Boolean | Indicates whether this user is the dashboard creator. |
| is_default | Boolean | Default dashboard. |
| is_fixed | Boolean | Fixed. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| name | String | Dashboard name. |
| period | String | Dashboard period. None means widgets use their default period; Yesterday, Today, Week, and Month limit period-aware widget data. Allowed values: None, Yesterday, Today, Week, Month. |
| stock_id | Int64 | Stock ID. |