ResponseContractResponse

data class ResponseContractResponse(val description: String? = null, val headers: List<ParameterContractResponse>? = null, val representations: List<RepresentationContractResponse>? = null, val statusCode: Int)

Operation response details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Operation response description.

Link copied to clipboard

Collection of operation response headers.

Link copied to clipboard

Collection of operation response representations.

Link copied to clipboard

Operation response HTTP status code.