Analysis Grid Layout Element Args
data class AnalysisGridLayoutElementArgs(val columnIndex: Output<Double>? = null, val columnSpan: Output<Double>, val elementId: Output<String>, val elementType: Output<AnalysisLayoutElementType>, val rowIndex: Output<Double>? = null, val rowSpan: Output<Double>) : ConvertibleToJava<AnalysisGridLayoutElementArgs>
Constructors
Link copied to clipboard
fun AnalysisGridLayoutElementArgs(columnIndex: Output<Double>? = null, columnSpan: Output<Double>, elementId: Output<String>, elementType: Output<AnalysisLayoutElementType>, rowIndex: Output<Double>? = null, rowSpan: Output<Double>)