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>