Form Input Value Property Args
data class FormInputValuePropertyArgs(val bindingProperties: Output<FormInputValuePropertyBindingPropertiesArgs>? = null, val concat: Output<List<FormInputValuePropertyArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<FormInputValuePropertyArgs>
Constructors
Link copied to clipboard
constructor(bindingProperties: Output<FormInputValuePropertyBindingPropertiesArgs>? = null, concat: Output<List<FormInputValuePropertyArgs>>? = null, value: Output<String>? = null)