RequestContractResponse

data class RequestContractResponse(val description: String? = null, val headers: List<ParameterContractResponse>? = null, val queryParameters: List<ParameterContractResponse>? = null, val representations: List<RepresentationContractResponse>? = null)

Operation request details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Operation request description.

Link copied to clipboard

Collection of operation request headers.

Link copied to clipboard

Collection of operation request query parameters.

Link copied to clipboard

Collection of operation request representations.