Resend.Domains.Domain (resend v0.4.0)
Resend Domain struct.
Link to this section Summary
Link to this section 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 }