dashboard

suspend fun dashboard(name: String, block: suspend DashboardResourceBuilder.() -> Unit): Dashboard

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Dashboard.


See also

Parameters

name

The unique name of the resulting resource.