Api Operation Response Representation
data class ApiOperationResponseRepresentation(val contentType: String, val examples: List<ApiOperationResponseRepresentationExample>? = null, val formParameters: List<ApiOperationResponseRepresentationFormParameter>? = null, val schemaId: String? = null, val typeName: String? = null)
Constructors
Link copied to clipboard
constructor(contentType: String, examples: List<ApiOperationResponseRepresentationExample>? = null, formParameters: List<ApiOperationResponseRepresentationFormParameter>? = null, schemaId: String? = null, typeName: String? = null)