SortParameter

public protocol SortParameter : EndpointParameter

Parameter describing how the response should be sorted.

  • value Default implementation

    The value for the parameter.

    Default Implementation

    The value for the parameter.

    Declaration

    Swift

    var value: String { get }
  • The raw value for the parameter value.

    Declaration

    Swift

    var rawValue: String { get }