Gleanex.Indexing.BulkIndexEmployeesRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a BulkIndexEmployeesRequest

Summary

Types

t()

@type t() :: %Gleanex.Indexing.BulkIndexEmployeesRequest{
  disableStaleDataDeletionCheck: boolean() | nil,
  employees: [Gleanex.Indexing.EmployeeInfoDefinition.t()] | nil,
  forceRestartUpload: boolean() | nil,
  isFirstPage: boolean() | nil,
  isLastPage: boolean() | nil,
  uploadId: String.t() | nil
}