Gleanex.Client.ChatFileMetadata (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatFileMetadata

Summary

Types

t()

@type t() :: %Gleanex.Client.ChatFileMetadata{
  failureReason: String.t() | nil,
  mimeType: String.t() | nil,
  processedSize: integer() | nil,
  status: String.t() | nil,
  uploadTime: integer() | nil
}