Show / Hide Table of Contents

Class RegisterDomainRequest

Request for the RegisterDomain method.

Inheritance
object
RegisterDomainRequest
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 RegisterDomainRequest : IDirectResponseSchema

Properties

ContactNotices

The list of contact notices that the caller acknowledges. 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>

DomainNotices

The list of domain notices that you acknowledge. Call RetrieveRegisterParameters to see the notices that need acknowledgement.

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

Registration

Required. The complete Registration resource to be created.

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

ValidateOnly

When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation

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

YearlyPrice

Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.

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