View Source Dnsimple.DomainCheck (dnsimple v3.2.1)

Represents a domain check.

See:

Link to this section Summary

Link to this section Types

@type t() :: %Dnsimple.DomainCheck{
  available: boolean(),
  domain: String.t(),
  premium: boolean()
}