GoogleApi.Domains.V1beta1.Model.TransferDomainRequest (google_api_domains v0.6.0) View Source

Request for the TransferDomain method.

Attributes

  • authorizationCode (type: GoogleApi.Domains.V1beta1.Model.AuthorizationCode.t, default: nil) - The domain's transfer authorization code. You can obtain this from the domain's current registrar.
  • contactNotices (type: list(String.t), default: nil) - The list of contact notices that you acknowledge. The notices needed here depend on the values specified in registration.contact_settings.
  • registration (type: GoogleApi.Domains.V1beta1.Model.Registration.t, default: nil) - Required. The complete Registration resource to be created. You can leave registration.dns_settings unset to import the domain's current DNS configuration from its current registrar. Use this option only if you are sure that the domain's current DNS service will not cease upon transfer, as is often the case for DNS services provided for free by the registrar.
  • validateOnly (type: boolean(), default: nil) - Validate the request without actually transferring the domain.
  • yearlyPrice (type: GoogleApi.Domains.V1beta1.Model.Money.t, default: nil) - Required. Acknowledgement of the price to transfer or renew the domain for one year. Call RetrieveTransferParameters to obtain the price, which you must acknowledge.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Domains.V1beta1.Model.TransferDomainRequest{
  authorizationCode:
    GoogleApi.Domains.V1beta1.Model.AuthorizationCode.t() | nil,
  contactNotices: [String.t()] | nil,
  registration: GoogleApi.Domains.V1beta1.Model.Registration.t() | nil,
  validateOnly: boolean() | nil,
  yearlyPrice: GoogleApi.Domains.V1beta1.Model.Money.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.