View Source Mobilizon.Medias.File (Mobilizon v4.1.0-alpha.1)

Represents a file entity.

Summary

Types

@type t() :: %Mobilizon.Medias.File{
  content_type: String.t(),
  id: term(),
  inserted_at: term(),
  name: String.t(),
  size: integer(),
  updated_at: term(),
  url: String.t()
}