DashboardBodySectionContentArgs

data class DashboardBodySectionContentArgs(val layout: Output<DashboardSectionLayoutConfigurationArgs>? = null) : ConvertibleToJava<DashboardBodySectionContentArgs>

Constructors

Link copied to clipboard
constructor(layout: Output<DashboardSectionLayoutConfigurationArgs>? = null)

Properties

Link copied to clipboard

The layout configuration of a body section.

Functions

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