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