DashboardSectionBasedLayoutPaperCanvasSizeOptionsArgs

data class DashboardSectionBasedLayoutPaperCanvasSizeOptionsArgs(val paperMargin: Output<DashboardSpacingArgs>? = null, val paperOrientation: Output<DashboardPaperOrientation>? = null, val paperSize: Output<DashboardPaperSize>? = null) : ConvertibleToJava<DashboardSectionBasedLayoutPaperCanvasSizeOptionsArgs>

Constructors

constructor(paperMargin: Output<DashboardSpacingArgs>? = null, paperOrientation: Output<DashboardPaperOrientation>? = null, paperSize: Output<DashboardPaperSize>? = null)

Properties

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

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

Link copied to clipboard

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

Link copied to clipboard
val paperSize: Output<DashboardPaperSize>? = null

The paper size that is used to define canvas dimensions.

Functions

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