CxPageFormArgs

data class CxPageFormArgs(val parameters: Output<List<CxPageFormParameterArgs>>? = null) : ConvertibleToJava<CxPageFormArgs>

Constructors

Link copied to clipboard
fun CxPageFormArgs(parameters: Output<List<CxPageFormParameterArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

Parameters to collect from the user. Structure is documented below.