Api Operation Response Representation Args Builder
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun examples(vararg argument: suspend ApiOperationResponseRepresentationExampleArgsBuilder.() -> Unit)
suspend fun examples(argument: List<suspend ApiOperationResponseRepresentationExampleArgsBuilder.() -> Unit>)
suspend fun examples(argument: suspend ApiOperationResponseRepresentationExampleArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun formParameters(value: Output<List<ApiOperationResponseRepresentationFormParameterArgs>>)
suspend fun formParameters(vararg values: Output<ApiOperationResponseRepresentationFormParameterArgs>)
suspend fun formParameters(vararg argument: suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit)
suspend fun formParameters(values: List<Output<ApiOperationResponseRepresentationFormParameterArgs>>)
suspend fun formParameters(argument: List<suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit>)
suspend fun formParameters(argument: suspend ApiOperationResponseRepresentationFormParameterArgsBuilder.() -> Unit)