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