public sealed class ContactInfo : IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ContactInfo.
Contact information for a customer account.
Implements
IMessageContactInfo, IEquatableContactInfo, IDeepCloneableContactInfo, 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. The customer account contact's display name, formatted as a combination of the customer's first and last name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
public string Email { get; set; }The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FirstName
public string FirstName { get; set; }The customer account contact's first name. Optional for Team customers.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LastName
public string LastName { get; set; }The customer account contact's last name. Optional for Team customers.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Phone
public string Phone { get; set; }The customer account's contact phone number.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Title
public string Title { get; set; }Optional. The customer account contact's job title.
| Property Value | |
|---|---|
| Type | Description |
string |
|