Show / Hide Table of Contents

Class Contact

Details required for a contact associated with a Registration.

Inheritance
object
Contact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Email

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX