Provides struct and type for a BulkIndexEmployeesRequest
@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 }