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