public sealed class Contact : IMessage<ContactSettings.Types.Contact>, IEquatable<ContactSettings.Types.Contact>, IDeepCloneable<ContactSettings.Types.Contact>, IBufferMessage, IMessageDetails required for a contact associated with a Registration.
Implements
IMessage<ContactSettings.Types.Contact>, IEquatable<ContactSettings.Types.Contact>, IDeepCloneable<ContactSettings.Types.Contact>, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
Contact()
public Contact()Contact(ContactSettings.Types.Contact)
public Contact(ContactSettings.Types.Contact other)| Parameter | |
|---|---|
| Name | Description |
other |
ContactSettings.Types.Contact |
Properties
public string Email { get; set; }Required. Email address of the contact.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FaxNumber
public string FaxNumber { get; set; }Fax number of the contact in international format. For example,
"+1-800-555-0123".
| Property Value | |
|---|---|
| Type | Description |
String |
|
PhoneNumber
public string PhoneNumber { get; set; }Required. Phone number of the contact in international format. For example,
"+1-800-555-0123".
| Property Value | |
|---|---|
| Type | Description |
String |
|
PostalAddress
public PostalAddress PostalAddress { get; set; }Required. Postal address of the contact.
| Property Value | |
|---|---|
| Type | Description |
PostalAddress |
|