OperationURLParameter interface
A parameter for an operation that will be substituted into the operation's request URL.
- Extends
Properties
skip |
Whether or not to skip encoding the URL parameter's value before adding it to the URL. |
Inherited Properties
mapper | The mapper that defines how to validate and serialize this parameter's value. |
parameter |
The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments. |
Property Details
skipEncoding
Whether or not to skip encoding the URL parameter's value before adding it to the URL.
skipEncoding?: boolean
Property Value
boolean
Inherited Property Details
mapper
The mapper that defines how to validate and serialize this parameter's value.
mapper: Mapper
Property Value
Inherited From OperationParameter.mapper
parameterPath
The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.
parameterPath: ParameterPath
Property Value
Inherited From OperationParameter.parameterPath