Provides struct and type for a BulkUploadHistoryEvent
@type t() :: %Gleanex.Indexing.BulkUploadHistoryEvent{ endTime: String.t() | nil, processingState: String.t() | nil, startTime: String.t() | nil, status: String.t() | nil, uploadId: String.t() | nil }