Dnsimple.WhoisPrivacyRenewal (dnsimple v6.0.1)

View Source

Represents the whois privacy renewal of a domain.

See:

Summary

Types

t()

@type t() :: %Dnsimple.WhoisPrivacyRenewal{
  created_at: String.t(),
  domain_id: integer(),
  enabled: boolean(),
  expires_on: String.t(),
  id: integer(),
  state: String.t(),
  updated_at: String.t(),
  whois_privacy_id: integer()
}