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