DashboardSameSheetTargetVisualConfiguration

data class DashboardSameSheetTargetVisualConfiguration(val targetVisualOptions: DashboardTargetVisualOptions? = null, val targetVisuals: List<String>? = null)

Constructors

constructor(targetVisualOptions: DashboardTargetVisualOptions? = null, targetVisuals: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options that choose the target visual in the same sheet. Valid values are defined as follows:

Link copied to clipboard
val targetVisuals: List<String>? = null

A list of the target visual IDs that are located in the same sheet of the analysis.