Representation Contract Response
data class RepresentationContractResponse(val contentType: String, val examples: Map<String, ParameterExampleContractResponse>? = null, val formParameters: List<ParameterContractResponse>? = null, val schemaId: String? = null, val typeName: String? = null)
Operation request/response representation details.
Constructors
Link copied to clipboard
fun RepresentationContractResponse(contentType: String, examples: Map<String, ParameterExampleContractResponse>? = null, formParameters: List<ParameterContractResponse>? = null, schemaId: String? = null, typeName: String? = null)