Class RegisterParameters
Parameters required to register a new domain.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class RegisterParameters : IDirectResponseSchema
Properties
Availability
Indicates whether the domain is available for registration. This value is accurate when obtained by calling
RetrieveRegisterParameters
, but is approximate when obtained by calling SearchDomains
.
Declaration
[JsonProperty("availability")]
public virtual string Availability { 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 |
DomainNotices
Notices about special properties of the domain.
Declaration
[JsonProperty("domainNotices")]
public virtual IList<string> DomainNotices { 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 |
SupportedPrivacy
Contact privacy options that the domain supports.
Declaration
[JsonProperty("supportedPrivacy")]
public virtual IList<string> SupportedPrivacy { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
YearlyPrice
Price to register or renew the domain for one year.
Declaration
[JsonProperty("yearlyPrice")]
public virtual Money YearlyPrice { get; set; }
Property Value
Type | Description |
---|---|
Money |