PathVariableMetadata

Metadata describing a Tapik path variable parameter.

Constructors

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

Properties

Link copied to clipboard

name of the variable inside the URI template.

Link copied to clipboard

Kotlin type metadata for the variable.