AssociatedValueParameter

public protocol AssociatedValueParameter : EndpointParameter

A parameter whose associated value becomes the query value.

  • value Default implementation

    The 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 }