Dashboard Insight Configuration
data class DashboardInsightConfiguration(val computations: List<DashboardComputation>? = null, val customNarrative: DashboardCustomNarrativeOptions? = null, val interactions: DashboardVisualInteractionOptions? = null)
Constructors
Link copied to clipboard
constructor(computations: List<DashboardComputation>? = null, customNarrative: DashboardCustomNarrativeOptions? = null, interactions: DashboardVisualInteractionOptions? = null)