FormInputValuePropertyBindingPropertiesArgs

data class FormInputValuePropertyBindingPropertiesArgs(val field: Output<String>? = null, val property: Output<String>) : ConvertibleToJava<FormInputValuePropertyBindingPropertiesArgs>

Constructors

constructor(field: Output<String>? = null, property: Output<String>)

Properties

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

The data field to bind the property to.

Link copied to clipboard
val property: Output<String>

The form property to bind to the data field.

Functions

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