DashboardSpacingArgs

data class DashboardSpacingArgs(val bottom: Output<String>? = null, val left: Output<String>? = null, val right: Output<String>? = null, val top: Output<String>? = null) : ConvertibleToJava<DashboardSpacingArgs>

Constructors

Link copied to clipboard
constructor(bottom: Output<String>? = null, left: Output<String>? = null, right: Output<String>? = null, top: Output<String>? = null)

Properties

Link copied to clipboard
val bottom: Output<String>? = null

String based length that is composed of value and unit

Link copied to clipboard
val left: Output<String>? = null

String based length that is composed of value and unit

Link copied to clipboard
val right: Output<String>? = null

String based length that is composed of value and unit

Link copied to clipboard
val top: Output<String>? = null

String based length that is composed of value and unit

Functions

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