AssociatedValueParameter
public protocol AssociatedValueParameter : EndpointParameter
A parameter whose associated value becomes the query value.
-
valueDefault implementationThe comma separated list values to use as value for the parameter.
Default Implementation
The comma separated list values to use as value for the parameter.
Declaration
Swift
var value: String { get }
View on GitHub