LineDrive.Pagination (line_drive v0.24.0)

This module and enclosed structs represent pagination metadatafrom pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Pagination{
  limit: non_neg_integer() | nil,
  more_items_in_collection: boolean() | nil,
  start: non_neg_integer() | nil
}

Link to this section Functions