Provides struct and type for a UploadShortcutsRequest
Summary
Types
@type t() :: %Gleanex.Indexing.UploadShortcutsRequest{ forceRestartUpload: boolean() | nil, isFirstPage: boolean() | nil, isLastPage: boolean() | nil, shortcuts: [Gleanex.Indexing.Shortcut.t()] | nil, uploadId: String.t() | nil }