View Source GoogleApi.Domains.V1alpha2.Model.TransferDomainRequest (google_api_domains v0.12.2)
Deprecated: For more information, see Cloud Domains feature deprecation. Request for the TransferDomain
method.
Attributes
-
authorizationCode
(type:GoogleApi.Domains.V1alpha2.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 inregistration.contact_settings
. -
registration
(type:GoogleApi.Domains.V1alpha2.Model.Registration.t
, default:nil
) - Required. The completeRegistration
resource to be created. You can leaveregistration.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 does 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.V1alpha2.Model.Money.t
, default:nil
) - Required. Acknowledgement of the price to transfer or renew the domain for one year. CallRetrieveTransferParameters
to obtain the price, which you must acknowledge.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1alpha2.Model.TransferDomainRequest{ authorizationCode: GoogleApi.Domains.V1alpha2.Model.AuthorizationCode.t() | nil, contactNotices: [String.t()] | nil, registration: GoogleApi.Domains.V1alpha2.Model.Registration.t() | nil, validateOnly: boolean() | nil, yearlyPrice: GoogleApi.Domains.V1alpha2.Model.Money.t() | nil }