GetDashboardResult

data class GetDashboardResult(val columnLayout: ColumnLayoutResponse, val dashboardFilters: List<DashboardFilterResponse>, val displayName: String, val etag: String, val gridLayout: GridLayoutResponse, val labels: Map<String, String>, val mosaicLayout: MosaicLayoutResponse, val name: String, val rowLayout: RowLayoutResponse)

Constructors

Link copied to clipboard
fun GetDashboardResult(columnLayout: ColumnLayoutResponse, dashboardFilters: List<DashboardFilterResponse>, displayName: String, etag: String, gridLayout: GridLayoutResponse, labels: Map<String, String>, mosaicLayout: MosaicLayoutResponse, name: String, rowLayout: RowLayoutResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content is divided into equally spaced columns and the widgets are arranged vertically.

Link copied to clipboard

Filters to reduce the amount of data charted based on the filter criteria.

Link copied to clipboard

The mutable, human-readable name.

Link copied to clipboard

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. An etag is returned in the response to GetDashboard, and users are expected to put that etag in the request to UpdateDashboard to ensure that their change will be applied to the same version of the Dashboard configuration. The field should not be passed during dashboard creation.

Link copied to clipboard

Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.

Link copied to clipboard

Labels applied to the dashboard

Link copied to clipboard

The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.

Link copied to clipboard

Immutable. The resource name of the dashboard.

Link copied to clipboard

The content is divided into equally spaced rows and the widgets are arranged horizontally.