DashboardSectionStyleArgs

data class DashboardSectionStyleArgs(val height: Output<String>? = null, val padding: Output<DashboardSpacingArgs>? = null) : ConvertibleToJava<DashboardSectionStyleArgs>

Constructors

Link copied to clipboard
fun DashboardSectionStyleArgs(height: Output<String>? = null, padding: Output<DashboardSpacingArgs>? = null)

Functions

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

Properties

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

String based length that is composed of value and unit in px

Link copied to clipboard
val padding: Output<DashboardSpacingArgs>? = null