Gleanex.Client.ShortcutsPaginationMetadata (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ShortcutsPaginationMetadata

Summary

Types

t()

@type t() :: %Gleanex.Client.ShortcutsPaginationMetadata{
  cursor: String.t() | nil,
  hasNextPage: boolean() | nil,
  totalItemCount: integer() | nil
}