type property

String? type
final

The type of domain entry, such as address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).

The following domain entry types can be used:

  • A
  • CNAME
  • MX
  • NS
  • SOA
  • SRV
  • TXT

Implementation

final String? type;