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