AnalysisSectionStyleArgs

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

Constructors

Link copied to clipboard
constructor(height: Output<String>? = null, padding: Output<AnalysisSpacingArgs>? = null)

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<AnalysisSpacingArgs>? = null

The spacing between section content and its top, bottom, left, and right edges. There is no padding by default.

Functions

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