View Source Dnsimple.Zone (dnsimple v3.2.1)

Represents a zone.

See:

Link to this section Summary

Link to this section Types

@type t() :: %Dnsimple.Zone{
  account_id: integer(),
  created_at: String.t(),
  id: integer(),
  name: String.t(),
  reverse: boolean(),
  updated_at: String.t()
}