View Source Resend.Emails.Attachment (resend v0.4.5)

Resend Email Attachment struct.

Summary

Types

@type t() :: %Resend.Emails.Attachment{
  content: String.t() | nil,
  content_id: String.t() | nil,
  content_type: String.t() | nil,
  filename: String.t() | nil,
  path: String.t()
}