|
7 | 7 |
|
8 | 8 | | Name | Type | Description | Notes | |
9 | 9 | |------------ | ------------- | ------------- | -------------| |
| 10 | +| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] | |
| 11 | +| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] | |
| 12 | +| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] | |
10 | 13 | | **title** | **String** | Title of the dashboard. | | |
11 | 14 | | **image** | **String** | Thumbnail picture for rendering of the dashboards in a grid view on mobile devices. | [optional] [readonly] | |
| 15 | +| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] | |
12 | 16 | | **mobileHide** | **Boolean** | Hide dashboard from mobile devices. Useful if the dashboard is not designed for small screens. | [optional] [readonly] | |
13 | 17 | | **mobileOrder** | **Integer** | Order on mobile devices. Useful to adjust sorting of the dashboards for mobile applications | [optional] [readonly] | |
| 18 | +| **version** | **Long** | | [optional] | |
| 19 | +| **resources** | **List\<ResourceExportData\>** | | [optional] | |
14 | 20 | | **_configuration** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with main configuration of the dashboard: layouts, widgets, aliases, etc. The JSON structure of the dashboard configuration is quite complex. The easiest way to learn it is to export existing dashboard to JSON. | [optional] | |
15 | 21 | | **name** | **String** | Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. | [optional] [readonly] | |
16 | | -| **resources** | **List\<ResourceExportData\>** | | [optional] | |
17 | | -| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] | |
18 | | -| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] | |
19 | | -| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] | |
20 | | -| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] | |
21 | | -| **version** | **Long** | | [optional] | |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
0 commit comments