Tinkex.Types.Cursor (Tinkex v0.3.4)
View SourcePagination cursor for paged responses.
Summary
Functions
Parse a Cursor from a map.
Types
@type t() :: %Tinkex.Types.Cursor{ limit: non_neg_integer(), offset: non_neg_integer(), total_count: non_neg_integer() }