LimitParameter

public protocol LimitParameter : EndpointParameter

Parameter for number of resources to return.

  • value Default implementation

    The value for the parameter.

    Default Implementation

    The value for the parameter.

    Declaration

    Swift

    var value: Int { get }