Request

data class Request(val metaRef: String? = null, val parameterName: String? = null)(source)

Data class to represent request parameters for RestMethod.request.

Constructors

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

Properties

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

Schema ID for the request schema.

Link copied to clipboard
val parameterName: String? = null

The parameter name.