ApiConstantParameter

data class ApiConstantParameter(val description: String? = null, val in: String, val name: String, val value: String)

Constructors

Link copied to clipboard
fun ApiConstantParameter(description: String? = null, in: String, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the api. Defaults to null.

Link copied to clipboard
val in: String

Request's parameter location; values: BODY, HEAD, QUERY, and PATH.

Link copied to clipboard

The name of the api gateway api. Defaults to null.

Link copied to clipboard

Constant parameter value.