formParameters

@JvmName(name = "yrlksgambddxibll")
suspend fun formParameters(value: Output<List<ApiOperationResponseRepresentationFormParameterArgs>>)
@JvmName(name = "siyehhavhbviotkn")
suspend fun formParameters(value: List<ApiOperationResponseRepresentationFormParameterArgs>?)

Parameters

value

One or more form_parameter block as defined above.

NOTE: This is Required when content_type is set to application/x-www-form-urlencoded or multipart/form-data.


@JvmName(name = "lviourqnpsamjbvk")
suspend fun formParameters(vararg values: Output<ApiOperationResponseRepresentationFormParameterArgs>)


@JvmName(name = "cjerduttbvfcyyot")
suspend fun formParameters(values: List<Output<ApiOperationResponseRepresentationFormParameterArgs>>)
@JvmName(name = "qqdyeetynvofnsew")
suspend fun formParameters(vararg values: ApiOperationResponseRepresentationFormParameterArgs)

Parameters

values

One or more form_parameter block as defined above.

NOTE: This is Required when content_type is set to application/x-www-form-urlencoded or multipart/form-data.


@JvmName(name = "vbvfifpshvfmvcqu")
suspend fun formParameters(argument: List<suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit>)
@JvmName(name = "xaqhbeulovowvnuv")
suspend fun formParameters(vararg argument: suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit)
@JvmName(name = "cylbbqhmgjitpsny")
suspend fun formParameters(argument: suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit)

Parameters

argument

One or more form_parameter block as defined above.

NOTE: This is Required when content_type is set to application/x-www-form-urlencoded or multipart/form-data.