View Source Dnsimple.Tld (dnsimple v4.0.0)

Represents a TLD.

See: https://developer.dnsimple.com/v2/tlds See: https://developer.dnsimple.com/v2/tlds/#tld-attributes

Summary

Types

@type t() :: %Dnsimple.Tld{
  auto_renew_only: boolean(),
  dnssec_interface_type: String.t(),
  idn: boolean(),
  minimum_registration: integer(),
  registration_enabled: boolean(),
  renewal_enabled: boolean(),
  tld: String.t(),
  tld_type: integer(),
  transfer_enabled: boolean(),
  whois_privacy: boolean()
}