MailSlurpAPI.Model.DomainDto (mailslurp v15.13.16)
Domain plus verification records and status
Link to this section Summary
Link to this section Types
@type t() :: %MailSlurpAPI.Model.DomainDto{ catchAllInboxId: String.t() | nil, createdAt: DateTime.t(), dkimTokens: [String.t()], domain: String.t(), domainNameRecords: [DomainNameRecord], domainType: String.t(), id: String.t(), isVerified: boolean(), updatedAt: DateTime.t(), userId: String.t(), verificationToken: String.t() }