public sealed class ContactInfo : IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ContactInfo.
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. 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 |