Resend Domain Record struct.
@type t() :: %Resend.Domains.Domain.Record{ name: String.t(), record: String.t(), status: [String.t()], ttl: [String.t()], type: [String.t()], value: [String.t()] }