Show / Hide Table of Contents

Class TransferDomainRequest

Deprecated: For more information, see Cloud Domains feature deprecation. Request for the TransferDomain method.

Inheritance
object
TransferDomainRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1beta1.Data
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class TransferDomainRequest : IDirectResponseSchema

Properties

AuthorizationCode

The domain's transfer authorization code. You can obtain this from the domain's current registrar.

Declaration
[JsonProperty("authorizationCode")]
public virtual AuthorizationCode AuthorizationCode { get; set; }
Property Value
Type Description
AuthorizationCode

ContactNotices

The list of contact notices that you acknowledge. The notices needed here depend on the values specified in registration.contact_settings.

Declaration
[JsonProperty("contactNotices")]
public virtual IList<string> ContactNotices { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Registration

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 does not cease upon transfer, as is often the case for DNS services provided for free by the registrar.

Declaration
[JsonProperty("registration")]
public virtual Registration Registration { get; set; }
Property Value
Type Description
Registration

ValidateOnly

Validate the request without actually transferring the domain.

Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type Description
bool?

YearlyPrice

Required. Acknowledgement of the price to transfer or renew the domain for one year. Call RetrieveTransferParameters to obtain the price, which you must acknowledge.

Declaration
[JsonProperty("yearlyPrice")]
public virtual Money YearlyPrice { get; set; }
Property Value
Type Description
Money

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX