FormSectionalElementArgs

data class FormSectionalElementArgs(val excluded: Output<Boolean>? = null, val level: Output<Double>? = null, val orientation: Output<String>? = null, val position: Output<Any>? = null, val text: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FormSectionalElementArgs>

Constructors

Link copied to clipboard
constructor(excluded: Output<Boolean>? = null, level: Output<Double>? = null, orientation: Output<String>? = null, position: Output<Any>? = null, text: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val excluded: Output<Boolean>? = null

Excludes a sectional element that was generated by default for a specified data model.

Link copied to clipboard
val level: Output<Double>? = null

Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6 .

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

Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical .

Link copied to clipboard
val position: Output<Any>? = null

Specifies the position of the text in a field for a Text sectional element.

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

The text for a Text sectional element.

Link copied to clipboard
val type: Output<String>

The type of sectional element. Valid values are Heading , Text , and Divider .

Functions

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