Show / Hide Table of Contents

Class Domain

A domain that the calling user manages in Google Domains.

Inheritance
object
Domain
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX