Show / Hide Table of Contents

Class TransferParameters

Deprecated: For more information, see Cloud Domains feature deprecation. Parameters required to transfer a domain from another registrar.

Inheritance
object
TransferParameters
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.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class TransferParameters : IDirectResponseSchema

Properties

CurrentRegistrar

The registrar that currently manages the domain.

Declaration
[JsonProperty("currentRegistrar")]
public virtual string CurrentRegistrar { get; set; }
Property Value
Type Description
string

CurrentRegistrarUri

The URL of the registrar that currently manages the domain.

Declaration
[JsonProperty("currentRegistrarUri")]
public virtual string CurrentRegistrarUri { get; set; }
Property Value
Type Description
string

DomainName

The domain name. Unicode domain names are expressed in Punycode format.

Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

NameServers

The name servers that currently store the configuration of the domain.

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

SupportedPrivacy

Contact privacy options that the domain supports.

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

TransferLockState

Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show UNLOCKED. To unlock a domain, go to its current registrar.

Declaration
[JsonProperty("transferLockState")]
public virtual string TransferLockState { get; set; }
Property Value
Type Description
string

YearlyPrice

Price to transfer or renew the domain for one year.

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