dimension Configurations
suspend fun dimensionConfigurations(value: Output<List<AnalysisBodySectionRepeatDimensionConfigurationArgs>>)
suspend fun dimensionConfigurations(value: List<AnalysisBodySectionRepeatDimensionConfigurationArgs>?)
Parameters
value
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.
suspend fun dimensionConfigurations(vararg values: Output<AnalysisBodySectionRepeatDimensionConfigurationArgs>)
suspend fun dimensionConfigurations(values: List<Output<AnalysisBodySectionRepeatDimensionConfigurationArgs>>)
suspend fun dimensionConfigurations(vararg values: AnalysisBodySectionRepeatDimensionConfigurationArgs)
Parameters
values
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.
suspend fun dimensionConfigurations(argument: List<suspend AnalysisBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit>)
suspend fun dimensionConfigurations(vararg argument: suspend AnalysisBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit)
suspend fun dimensionConfigurations(argument: suspend AnalysisBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.