DashboardInsightConfiguration

data class DashboardInsightConfiguration(val computations: List<DashboardComputation>? = null, val customNarrative: DashboardCustomNarrativeOptions? = null)

Constructors

Link copied to clipboard
constructor(computations: List<DashboardComputation>? = null, customNarrative: DashboardCustomNarrativeOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The computations configurations of the insight visual

Link copied to clipboard

The custom narrative of the insight visual.