concat

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


@JvmName(name = "fqhayuotjqmoxuqc")
suspend fun concat(values: List<Output<FormInputValuePropertyArgs>>)
@JvmName(name = "qqlmofbwapxiafmg")
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 = "wpfniqcmiuebstnh")
suspend fun concat(argument: List<suspend FormInputValuePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "midmabhwnahmocni")
suspend fun concat(vararg argument: suspend FormInputValuePropertyArgsBuilder.() -> Unit)
@JvmName(name = "ehcieelgqbqslpcd")
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.