ExShla v0.1.4 ExShla.Meta View Source

Metadata from an API response

Attributes

count The length of the response

pages The amount of pages

next Link to the next page (if it exists)

prev Link to the previous page (if it exists)

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExShla.Meta{
  count: integer(),
  next: binary(),
  pages: integer(),
  prev: binary()
}