ResponseContents

class ResponseContents<NODE>(val description: String?, val content: Map<String, BodyContent> = emptyMap()) : HasSchema<NODE>

Constructors

Link copied to clipboard
constructor(description: String?, content: Map<String, BodyContent> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun definitions(): Set<Pair<String, NODE>>