View Source Dnsimple.Domain (dnsimple v4.0.0)

Represents a domain.

See:

Summary

Types

@type t() :: %Dnsimple.Domain{
  account_id: integer(),
  auto_renew: boolean(),
  created_at: String.t(),
  expires_at: String.t(),
  id: integer(),
  name: String.t(),
  private_whois: boolean(),
  registrant_id: integer(),
  state: String.t(),
  token: String.t(),
  unicode_name: String.t(),
  updated_at: String.t()
}