SortParameter

public protocol SortParameter : EndpointParameter

Parameter for by which attributes to sort.

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