Gleanex.Indexing.GetDocumentStatusResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GetDocumentStatusResponse

Summary

Types

t()

@type t() :: %Gleanex.Indexing.GetDocumentStatusResponse{
  indexingStatus: String.t() | nil,
  lastIndexedAt: integer() | nil,
  lastUploadedAt: integer() | nil,
  uploadStatus: String.t() | nil
}