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