Provides struct and type for a BulkIndexGroupsRequest
Summary
Types
@type t() :: %Gleanex.Indexing.BulkIndexGroupsRequest{ datasource: String.t(), disableStaleDataDeletionCheck: boolean() | nil, forceRestartUpload: boolean() | nil, groups: [Gleanex.Indexing.DatasourceGroupDefinition.t()], isFirstPage: boolean() | nil, isLastPage: boolean() | nil, uploadId: String.t() }