Class ContactSettings.Types.Contact (1.0.0)

public sealed class Contact : IMessage<ContactSettings.Types.Contact>, IEquatable<ContactSettings.Types.Contact>, IDeepCloneable<ContactSettings.Types.Contact>, IBufferMessage, IMessage

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(ContactSettings.Types.Contact)

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

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, &quot;+1-800-555-0123&quot;.

Property Value
TypeDescription
String

PhoneNumber

public string PhoneNumber { get; set; }

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

Property Value
TypeDescription
String

PostalAddress

public PostalAddress PostalAddress { get; set; }

Required. Postal address of the contact.

Property Value
TypeDescription
PostalAddress