Interface protos.google.cloud.domains.v1beta1.ContactSettings.IContact (1.1.0)

Properties of a Contact.

Package

@google-cloud/domains!

Properties

email

email?: (string|null);

Contact email

Property Value
TypeDescription
(string|null)

faxNumber

faxNumber?: (string|null);

Contact faxNumber

Property Value
TypeDescription
(string|null)

phoneNumber

phoneNumber?: (string|null);

Contact phoneNumber

Property Value
TypeDescription
(string|null)

postalAddress

postalAddress?: (google.type.IPostalAddress|null);

Contact postalAddress

Property Value
TypeDescription
(google.type.IPostalAddress|null)