Gleanex.Client.ListShortcutsPaginatedResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ListShortcutsPaginatedResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ListShortcutsPaginatedResponse{
  facetResults: [Gleanex.Client.FacetResult.t()] | nil,
  meta: Gleanex.Client.ShortcutsPaginationMetadata.t(),
  shortcuts: [Gleanex.Client.Shortcut.t()]
}