Cloud Domains v1 API - Class ContactSettings.Types.Contact (2.3.0)

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 v1 API class ContactSettings.Types.Contact.

Details required for a contact associated with a Registration.

Inheritance

object > ContactSettings.Types.Contact

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

Contact()

public Contact()

Contact(Contact)

public Contact(ContactSettings.Types.Contact other)
Parameter
NameDescription
otherContactSettingsTypesContact

Properties

Email

public string Email { get; set; }

Required. Email address of the contact.

Property Value
TypeDescription
string

FaxNumber

public string FaxNumber { get; set; }

Fax number of the contact in international format. For example, "+1-800-555-0123".

Property Value
TypeDescription
string

PhoneNumber

public string PhoneNumber { get; set; }

Required. Phone number of the contact in international format. For example, "+1-800-555-0123".

Property Value
TypeDescription
string

PostalAddress

public PostalAddress PostalAddress { get; set; }

Required. Postal address of the contact.

Property Value
TypeDescription
PostalAddress