LegacySoarDashboardDataModel Stay organized with collections Save and categorize content based on your preferences.
LegacySoarDashboardDataModel represents the data model for a dashboard.
| JSON representation |
|---|
{"id":string,"creator":string,"name":string,"defaultTimeRange":enum ( |
| Fields | |
|---|---|
id |
Optional. The ID of the dashboard. |
creator |
Optional. The creator of the dashboard. |
name |
Optional. The name of the dashboard. |
defaultTimeRange |
Optional. The default time range of the dashboard. |
allowedUsersJson |
Optional. The allowed users of the dashboard. |
allowedUsers[] |
Optional. The allowed users of the dashboard. |
widgets[] |
Optional. The widgets of the dashboard. |
environmentsJson |
Optional. The environments of the dashboard. |
environments[] |
Optional. The environments of the dashboard. |
creationTimeUnixTimeInMs |
Optional. The creation time of the dashboard in Unix time in milliseconds. |
modificationTimeUnixTimeInMs |
Optional. The modification time of the dashboard in Unix time in milliseconds. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.