Gleanex.Indexing.BulkUploadHistoryEvent (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a BulkUploadHistoryEvent

Summary

Types

t()

@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
}