DashboardBodySectionRepeatConfigurationArgs

data class DashboardBodySectionRepeatConfigurationArgs(val dimensionConfigurations: Output<List<DashboardBodySectionRepeatDimensionConfigurationArgs>>? = null, val nonRepeatingVisuals: Output<List<String>>? = null, val pageBreakConfiguration: Output<DashboardBodySectionRepeatPageBreakConfigurationArgs>? = null) : ConvertibleToJava<DashboardBodySectionRepeatConfigurationArgs>

Constructors

constructor(dimensionConfigurations: Output<List<DashboardBodySectionRepeatDimensionConfigurationArgs>>? = null, nonRepeatingVisuals: Output<List<String>>? = null, pageBreakConfiguration: Output<DashboardBodySectionRepeatPageBreakConfigurationArgs>? = null)

Properties

Link copied to clipboard

List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.

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

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.

Link copied to clipboard

Page break configuration to apply for each repeating instance.

Functions

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