Response

data class Response(val metaRef: String? = null)(source)

Data class to represent response parameters for RestMethod.response.

Constructors

Link copied to clipboard
constructor(metaRef: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "$ref")
val metaRef: String? = null

Schema ID for the response schema.