Inttegro.Files.Download (inttegro v0.1.1)

Copy Markdown View Source

Downloaded Inttegro file bytes and metadata.

Summary

Types

t()

@type t() :: %Inttegro.Files.Download{
  bytes: binary(),
  content_type: String.t() | nil,
  filename: String.t() | nil
}