LimitParameter
public protocol LimitParameter : EndpointParameter
Parameter for number of resources to return.
-
valueDefault implementationThe value for the parameter.
Default Implementation
The value for the parameter.
Declaration
Swift
var value: Int { get }
View on GitHub