Gleanex.Indexing.UploadShortcutsRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UploadShortcutsRequest

Summary

Types

t()

@type t() :: %Gleanex.Indexing.UploadShortcutsRequest{
  forceRestartUpload: boolean() | nil,
  isFirstPage: boolean() | nil,
  isLastPage: boolean() | nil,
  shortcuts: [Gleanex.Indexing.Shortcut.t()] | nil,
  uploadId: String.t() | nil
}