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