View Source Resend.Domains.Domain (resend v0.4.4)

Resend Domain struct.

Summary

Types

@type t() :: %Resend.Domains.Domain{
  created_at: DateTime.t() | nil,
  deleted: boolean() | nil,
  id: String.t(),
  name: String.t() | nil,
  records: [Resend.Domains.Domain.Record.t()] | nil,
  region: [String.t()] | nil,
  status: [String.t()] | nil
}