Class Contact
Details required for a contact associated with a Registration
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class Contact : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Required. Email address of the contact.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FaxNumber
Fax number of the contact in international format. For example, "+1-800-555-0123"
.
Declaration
[JsonProperty("faxNumber")]
public virtual string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
Required. Phone number of the contact in international format. For example, "+1-800-555-0123"
.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalAddress
Required. Postal address of the contact.
Declaration
[JsonProperty("postalAddress")]
public virtual PostalAddress PostalAddress { get; set; }
Property Value
Type | Description |
---|---|
PostalAddress |