Dashboard Table Side Border Options Args
data class DashboardTableSideBorderOptionsArgs(val bottom: Output<DashboardTableBorderOptionsArgs>? = null, val innerHorizontal: Output<DashboardTableBorderOptionsArgs>? = null, val innerVertical: Output<DashboardTableBorderOptionsArgs>? = null, val left: Output<DashboardTableBorderOptionsArgs>? = null, val right: Output<DashboardTableBorderOptionsArgs>? = null, val top: Output<DashboardTableBorderOptionsArgs>? = null) : ConvertibleToJava<DashboardTableSideBorderOptionsArgs>
Constructors
Link copied to clipboard
constructor(bottom: Output<DashboardTableBorderOptionsArgs>? = null, innerHorizontal: Output<DashboardTableBorderOptionsArgs>? = null, innerVertical: Output<DashboardTableBorderOptionsArgs>? = null, left: Output<DashboardTableBorderOptionsArgs>? = null, right: Output<DashboardTableBorderOptionsArgs>? = null, top: Output<DashboardTableBorderOptionsArgs>? = null)
Properties
Link copied to clipboard
The table border options of the bottom border.
Link copied to clipboard
The table border options of the inner horizontal border.
Link copied to clipboard
The table border options of the inner vertical border.
Link copied to clipboard
The table border options of the left border.
Link copied to clipboard
The table border options of the right border.
Link copied to clipboard
The table border options of the top border.