ResponseContractArgs

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

Operation response details.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, headers: Output<List<ParameterContractArgs>>? = null, representations: Output<List<RepresentationContractArgs>>? = null, statusCode: Output<Int>)

Properties

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

Operation response description.

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

Collection of operation response headers.

Link copied to clipboard

Collection of operation response representations.

Link copied to clipboard
val statusCode: Output<Int>

Operation response HTTP status code.

Functions

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