ParameterValue
public protocol ParameterValue
A string backed value that can be encoded into a query parameter.
-
The raw value for the parameter value.
Declaration
Swift
var rawValue: String { get }
View on GitHub