concat

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


@JvmName(name = "wdmkkywipoavbnsg")
suspend fun concat(values: List<Output<FormInputValuePropertyArgs>>)
@JvmName(name = "wxfpmrsmusjhjkxx")
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 = "hdnymesiirtgawvk")
suspend fun concat(argument: List<suspend FormInputValuePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "mwulbauddubsopvc")
suspend fun concat(vararg argument: suspend FormInputValuePropertyArgsBuilder.() -> Unit)
@JvmName(name = "fdwufyqvhmtowfqr")
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.