FormInputBindingPropertiesValueArgs

data class FormInputBindingPropertiesValueArgs(val bindingProperties: Output<FormInputBindingPropertiesValuePropertiesArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<FormInputBindingPropertiesValueArgs>

Constructors

Link copied to clipboard
constructor(bindingProperties: Output<FormInputBindingPropertiesValuePropertiesArgs>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard

Describes the properties to customize with data at runtime.

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

The property type.

Functions

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