RequestRange
public enum RequestRange
Undocumented
-
Gets a list with IDs less than or equal this value.
Declaration
Swift
case max(id: String, limit: Int?)
-
Gets a list with IDs greater than this value.
Declaration
Swift
case since(id: String, limit: Int?)
-
Sets the maximum number of entities to get.
Declaration
Swift
case limit(Int)
-
Applies the default values.
Declaration
Swift
case `default`