Gleanex.Indexing.BulkIndexTeamsRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a BulkIndexTeamsRequest

Summary

Types

t()

@type t() :: %Gleanex.Indexing.BulkIndexTeamsRequest{
  forceRestartUpload: boolean() | nil,
  isFirstPage: boolean() | nil,
  isLastPage: boolean() | nil,
  teams: [Gleanex.Indexing.TeamInfoDefinition.t()] | nil,
  uploadId: String.t() | nil
}