FormInputValuePropertyArgs

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)

Properties

Link copied to clipboard

The information to bind fields to data at runtime.

Link copied to clipboard
val concat: Output<List<FormInputValuePropertyArgs>>? = null

A list of form properties to concatenate to create the value to assign to this field property.

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

The value to assign to the input field.

Functions

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