DashboardEmptyVisual

data class DashboardEmptyVisual(val actions: List<DashboardVisualCustomAction>? = null, val dataSetIdentifier: String, val visualId: String)

Constructors

Link copied to clipboard
constructor(actions: List<DashboardVisualCustomAction>? = null, dataSetIdentifier: String, visualId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of custom actions that are configured for a visual.

Link copied to clipboard

The data set that is used in the empty visual. Every visual requires a dataset to render.

Link copied to clipboard

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.