QueryParam

annotation class QueryParam(val description: String, val style: QueryParamStyle = QueryParamStyle.form, val explode: Boolean = true, val allowEmptyValues: Boolean = false, val deprecated: Boolean = false)(source)

Properties

Link copied to clipboard
Link copied to clipboard
val deprecated: Boolean = false
Link copied to clipboard
Link copied to clipboard
val explode: Boolean = true
Link copied to clipboard