public sealed class ContactSettings.Types.Contact : IMessage<ContactSettings.Types.Contact>, IEquatable<ContactSettings.Types.Contact>, IDeepCloneable<ContactSettings.Types.Contact>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class ContactSettings.Types.Contact.
Details required for a contact associated with a Registration
.
Implements
IMessageContactSettingsTypesContact, IEquatableContactSettingsTypesContact, IDeepCloneableContactSettingsTypesContact, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Constructors
Contact()
public Contact()
Contact(Contact)
public Contact(ContactSettings.Types.Contact other)
Parameter | |
---|---|
Name | Description |
other |
ContactSettingsTypesContact |
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 |