RequestContractArgs

data class RequestContractArgs(val description: Output<String>? = null, val headers: Output<List<ParameterContractArgs>>? = null, val queryParameters: Output<List<ParameterContractArgs>>? = null, val representations: Output<List<RepresentationContractArgs>>? = null) : ConvertibleToJava<RequestContractArgs>

Operation request details.

Constructors

Link copied to clipboard
fun RequestContractArgs(description: Output<String>? = null, headers: Output<List<ParameterContractArgs>>? = null, queryParameters: Output<List<ParameterContractArgs>>? = null, representations: Output<List<RepresentationContractArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RequestContractArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

Operation request description.

Link copied to clipboard
val headers: Output<List<ParameterContractArgs>>? = null

Collection of operation request headers.

Link copied to clipboard

Collection of operation request query parameters.

Link copied to clipboard

Collection of operation request representations.