concat

@JvmName(name = "immilrqhgjuvyqob")
suspend fun concat(value: Output<List<FormInputValuePropertyArgs>>)
@JvmName(name = "lfyuwrufkyfswpnc")
suspend fun concat(value: List<FormInputValuePropertyArgs>?)

Parameters

value

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


@JvmName(name = "twlfignvhdkyjska")
suspend fun concat(vararg values: Output<FormInputValuePropertyArgs>)


@JvmName(name = "woqokaghhvqegopv")
suspend fun concat(values: List<Output<FormInputValuePropertyArgs>>)
@JvmName(name = "tpbjfmgmictjuyks")
suspend fun concat(vararg values: FormInputValuePropertyArgs)

Parameters

values

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


@JvmName(name = "gcchngnxfapnqoag")
suspend fun concat(argument: List<suspend FormInputValuePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "nyyjtwyesqxmffeg")
suspend fun concat(vararg argument: suspend FormInputValuePropertyArgsBuilder.() -> Unit)
@JvmName(name = "jvibygguixjsgwdd")
suspend fun concat(argument: suspend FormInputValuePropertyArgsBuilder.() -> Unit)

Parameters

argument

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