concat

@JvmName(name = "kuwhglifhkdsidxi")
suspend fun concat(value: Output<List<FormInputValuePropertyArgs>>)
@JvmName(name = "ndnnpgevnjqjvxys")
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 = "qelwwsigcngeohro")
suspend fun concat(vararg values: Output<FormInputValuePropertyArgs>)


@JvmName(name = "gpylovehcwyasgru")
suspend fun concat(values: List<Output<FormInputValuePropertyArgs>>)
@JvmName(name = "vwxlhpuktueqsdbp")
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 = "ifuccsjftfctrlkf")
suspend fun concat(argument: List<suspend FormInputValuePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "gaouxxvxmwycolwb")
suspend fun concat(vararg argument: suspend FormInputValuePropertyArgsBuilder.() -> Unit)
@JvmName(name = "lddpuaackupemyjr")
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.