View Source Dnsimple.Push (dnsimple v4.0.0)

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

See:

Summary

Types

@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()
}