ParameterBuilder
class ParameterBuilder(context: OpenApiDslContext, name: String, kind: ParameterKind) : Builder<Parameter> , ParameterDsl
Builder for ParameterDsl
Constructors
Functions
Properties
Link copied to clipboard
If true, the parameter value can contain reserved characters.
Link copied to clipboard
Extensions
Link copied to clipboard
Set the schema to be of type T
.
Set the schema to be of type T
, with the given object set as the example.
Set the schema to be of type ktype, with the given object set as the example.