ParameterValue interface

The Parameter value provided for path or query parameters in RequestPrepareOptions

Properties

skipUrlEncoding

Disables URL encoding if set to true.

value

Value of the parameter.

Property Details

skipUrlEncoding

Disables URL encoding if set to true.

skipUrlEncoding: boolean

Property Value

boolean

value

Value of the parameter.

value: any

Property Value

any