Class ContactSettings
Defines the contact information associated with a Registration
. ICANN requires all
domain names to have associated contact information. The registrant_contact
is considered the domain's legal
owner, and often the other contacts are identical.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ContactSettings : IDirectResponseSchema
Properties
AdminContact
Required. The administrative contact for the Registration
.
Declaration
[JsonProperty("adminContact")]
public virtual Contact AdminContact { get; set; }
Property Value
Type | Description |
---|---|
Contact |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Privacy
Required. Privacy setting for the contacts associated with the Registration
.
Declaration
[JsonProperty("privacy")]
public virtual string Privacy { get; set; }
Property Value
Type | Description |
---|---|
string |
RegistrantContact
Required. The registrant contact for the Registration
. Caution: Anyone with access to this email address,
phone number, and/or postal address can take control of the domain. Warning: For new Registration
s, the
registrant receives an email confirmation that they must complete within 15 days to avoid domain
suspension.
Declaration
[JsonProperty("registrantContact")]
public virtual Contact RegistrantContact { get; set; }
Property Value
Type | Description |
---|---|
Contact |
TechnicalContact
Required. The technical contact for the Registration
.
Declaration
[JsonProperty("technicalContact")]
public virtual Contact TechnicalContact { get; set; }
Property Value
Type | Description |
---|---|
Contact |