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?: booleanProperty Value
boolean
Inherited Property Details
mapper
The mapper that defines how to validate and serialize this parameter's value.
mapper: MapperProperty 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: ParameterPathProperty Value
Inherited From OperationParameter.parameterPath