Param

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Param(type: ParamType)

Used to indicate that a field in a data class represents an OpenAPI parameter

Parameters

type

The type of parameter, must be valid ParamType

Constructors

Link copied to clipboard
fun Param(type: ParamType)

Properties

Link copied to clipboard
val type: ParamType