Mercury.Attachment (mercury_client v1.0.0)

Copy Markdown View Source

A file attachment with a short-lived presigned download URL.

Summary

Types

t()

@type t() :: %Mercury.Attachment{
  attachment_type: String.t() | nil,
  created_at: DateTime.t() | nil,
  download_url: String.t(),
  file_name: String.t(),
  id: String.t(),
  url: String.t()
}