Class Domain
A domain that the calling user manages in Google Domains.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1alpha2.Data
Assembly: Google.Apis.CloudDomains.v1alpha2.dll
Syntax
public class Domain : IDirectResponseSchema
Properties
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 |
ResourceState
The state of this domain as a Registration resource.
Declaration
[JsonProperty("resourceState")]
public virtual string ResourceState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YearlyPrice
Price to renew the domain for one year. Only set when resource_state is IMPORTABLE.
Declaration
[JsonProperty("yearlyPrice")]
public virtual Money YearlyPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |