DashboardInsightConfigurationArgs

data class DashboardInsightConfigurationArgs(val computations: Output<List<DashboardComputationArgs>>? = null, val customNarrative: Output<DashboardCustomNarrativeOptionsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null) : ConvertibleToJava<DashboardInsightConfigurationArgs>

Constructors

Link copied to clipboard
constructor(computations: Output<List<DashboardComputationArgs>>? = null, customNarrative: Output<DashboardCustomNarrativeOptionsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null)

Properties

Link copied to clipboard

The computations configurations of the insight visual

Link copied to clipboard

The custom narrative of the insight visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Functions

Link copied to clipboard
open override fun toJava(): DashboardInsightConfigurationArgs