DashboardGridLayoutElementArgs

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>)

Functions

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

Properties

Link copied to clipboard
val columnIndex: Output<Double>? = null
Link copied to clipboard
val columnSpan: Output<Double>
Link copied to clipboard
val elementId: Output<String>
Link copied to clipboard
Link copied to clipboard
val rowIndex: Output<Double>? = null
Link copied to clipboard
val rowSpan: Output<Double>