View Source Dnsimple.Dnssec (dnsimple v4.0.0)

Represents the current state of DNSSEC for the domain.

See:

Summary

Types

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