Belt v0.5.1 Belt.FileInfo View Source

Struct for representing stored files.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Belt.FileInfo{
  config: term(),
  hashes: term(),
  identifier: term(),
  modified: term(),
  size: term(),
  url: term()
}