Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationURLParameter

Package version

A parameter for an operation that will be substituted into the operation's request URL.

Hierarchy

Index

Properties

mapper

mapper: Mapper

The mapper that defines how to validate and serialize this parameter's value.

parameterPath

parameterPath: ParameterPath

The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.

Optional skipEncoding

skipEncoding: undefined | false | true

Whether or not to skip encoding the URL parameter's value before adding it to the URL.

Generated using TypeDoc