Dnsimple.Response.Pagination (dnsimple v6.0.1)

View Source

Summary

Types

t()

@type t() :: %Dnsimple.Response.Pagination{
  current_page: integer(),
  per_page: integer(),
  total_entries: integer(),
  total_pages: integer()
}