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