Dnsimple.Push (dnsimple v6.0.1)

View Source

Represents a push of a domain from an account to another.

See:

Summary

Types

t()

@type t() :: %Dnsimple.Push{
  accepted_at: String.t(),
  account_id: integer(),
  contact_id: integer(),
  created_at: String.t(),
  domain_id: integer(),
  id: integer(),
  updated_at: String.t()
}