GetDashboardResult

data class GetDashboardResult(val id: String, val lenses: List<DashboardLensResponse>? = null, val location: String, val metadata: Map<String, Any>? = null, val name: String, val tags: Map<String, String>? = null, val type: String)

The shared dashboard resource definition.

Constructors

Link copied to clipboard
constructor(id: String, lenses: List<DashboardLensResponse>? = null, location: String, metadata: Map<String, Any>? = null, name: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The dashboard lenses.

Link copied to clipboard

Resource location

Link copied to clipboard
val metadata: Map<String, Any>? = null

The dashboard metadata.

Link copied to clipboard

Resource name

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type