PathParam

data class PathParam(val name: String, val type: KType) : ParameterInfo

パスパラメータ(例: /shops/{id} の id)

Constructors

Link copied to clipboard
constructor(name: String, type: KType)

Properties

Link copied to clipboard

パラメータ名

Link copied to clipboard
val type: KType

パラメータの型