Class ContactInfo (1.0.0)

public sealed class ContactInfo : IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessage

Contact information for a customer account.

Inheritance

Object > ContactInfo

Implements

Google.Protobuf.IMessage<ContactInfo>, IEquatable<ContactInfo>, Google.Protobuf.IDeepCloneable<ContactInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ContactInfo()

public ContactInfo()

ContactInfo(ContactInfo)

public ContactInfo(ContactInfo other)
Parameter
NameDescription
otherContactInfo

Properties

DisplayName

public string DisplayName { get; set; }

Output only. Display name of the contact in the customer account. Populated by combining customer first name and last name.

Property Value
TypeDescription
String

Email

public string Email { get; set; }

Email of the contact in the customer account. Email is required for entitlements that need creation of admin.google.com accounts. The email will be the username used in credentials to access the admin.google.com account.

Property Value
TypeDescription
String

FirstName

public string FirstName { get; set; }

First name of the contact in the customer account.

Property Value
TypeDescription
String

LastName

public string LastName { get; set; }

Last name of the contact in the customer account.

Property Value
TypeDescription
String

Phone

public string Phone { get; set; }

Phone number of the contact in the customer account.

Property Value
TypeDescription
String

Title

public string Title { get; set; }

Optional. Job title of the contact in the customer account.

Property Value
TypeDescription
String