BexioApiClient.Global.Paging (bexio_api_client v0.7.0)

Paging part of the response

Link to this section Summary

Link to this section Types

@type t() :: %BexioApiClient.Global.Paging{
  item_count: non_neg_integer(),
  page: non_neg_integer(),
  page_count: non_neg_integer(),
  page_size: non_neg_integer()
}