Ory.Model.Pagination (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.Pagination{
  page: integer() | nil,
  page_size: integer() | nil,
  page_token: String.t() | nil,
  per_page: integer() | nil
}