Interface protos.google.cloud.channel.v1.IContactInfo

Properties of a ContactInfo.

Package

@google-cloud/channel!

Properties

displayName

displayName?: (string|null);

ContactInfo displayName

Property Value
TypeDescription
(string|null)

email

email?: (string|null);

ContactInfo email

Property Value
TypeDescription
(string|null)

firstName

firstName?: (string|null);

ContactInfo firstName

Property Value
TypeDescription
(string|null)

lastName

lastName?: (string|null);

ContactInfo lastName

Property Value
TypeDescription
(string|null)

phone

phone?: (string|null);

ContactInfo phone

Property Value
TypeDescription
(string|null)

title

title?: (string|null);

ContactInfo title

Property Value
TypeDescription
(string|null)