Cloud Channel v1 API - Class ContactInfo (2.5.0)

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.

Inheritance

object > ContactInfo

Namespace

GoogleCloudGoogle.Cloud.ChannelV1

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. The customer account contact's display name, formatted as a combination of the customer's first and last name.

Property Value
TypeDescription
string

Email

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
TypeDescription
string

FirstName

public string FirstName { get; set; }

The customer account contact's first name. Optional for Team customers.

Property Value
TypeDescription
string

LastName

public string LastName { get; set; }

The customer account contact's last name. Optional for Team customers.

Property Value
TypeDescription
string

Phone

public string Phone { get; set; }

The customer account's contact phone number.

Property Value
TypeDescription
string

Title

public string Title { get; set; }

Optional. The customer account contact's job title.

Property Value
TypeDescription
string