AssociatedValueParameter
public protocol AssociatedValueParameter : EndpointParameter
Parameter with an associated (string) value.
-
value
Default 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 }