Cnpja.CnpjListPage (Cnpja v0.2.0)

Copy Markdown View Source

Paginated result of a saved-list search.

Summary

Types

t()

@type t() :: %Cnpja.CnpjListPage{
  count: integer(),
  limit: integer() | nil,
  next: String.t() | nil,
  records: [Cnpja.CnpjListSummary.t()]
}