Nadia.Model.File (nadia v1.6.1)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.File{
  file_id: binary(),
  file_path: binary() | nil,
  file_size: non_neg_integer() | nil,
  file_unique_id: binary()
}