Dashboard Insight Configuration
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)