Class RegisterDomainRequest
Request for the RegisterDomain
method.
Implements
Inherited Members
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 |