Dnsimple.Dnssec (dnsimple v6.0.1)

View Source

Represents the current state of DNSSEC for the domain.

See:

Summary

Types

t()

@type t() :: %Dnsimple.Dnssec{
  created_at: String.t(),
  enabled: boolean(),
  id: integer(),
  updated_at: String.t()
}