DashboardPartMetadataResponse

data class DashboardPartMetadataResponse(val inputs: List<Any>? = null, val settings: Map<String, Any>? = null, val type: String)

A dashboard part metadata.

Constructors

Link copied to clipboard
constructor(inputs: List<Any>? = null, settings: Map<String, Any>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputs: List<Any>? = null

Inputs to dashboard part.

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

Settings of dashboard part.

Link copied to clipboard

The type of dashboard part.