View Source ExPipedrive.Pagination (ex_pipedrive v0.1.0)
This module and enclosed structs represent pagination metadatafrom pipedrive.
Summary
Types
@type t() :: %ExPipedrive.Pagination{ limit: non_neg_integer() | nil, more_items_in_collection: boolean() | nil, start: non_neg_integer() | nil }