public sealed class ContactInfo : IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessage
Contact information for a customer account.
Implements
IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ContactInfo()
public ContactInfo()
ContactInfo(ContactInfo)
public ContactInfo(ContactInfo other)
Parameter | |
---|---|
Name | Description |
other | ContactInfo |
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 | |
---|---|
Type | Description |
String |
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 | |
---|---|
Type | Description |
String |
FirstName
public string FirstName { get; set; }
First name of the contact in the customer account.
Property Value | |
---|---|
Type | Description |
String |
LastName
public string LastName { get; set; }
Last name of the contact in the customer account.
Property Value | |
---|---|
Type | Description |
String |
Phone
public string Phone { get; set; }
Phone number of the contact in the customer account.
Property Value | |
---|---|
Type | Description |
String |
Title
public string Title { get; set; }
Optional. Job title of the contact in the customer account.
Property Value | |
---|---|
Type | Description |
String |