Class ContactInfo (1.3.0)

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

Contact information for a customer account.

Inheritance

Object > ContactInfo

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. 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.

Property Value
TypeDescription
String

FirstName

public string FirstName { get; set; }

The customer account contact's first name.

Property Value
TypeDescription
String

LastName

public string LastName { get; set; }

The customer account contact's last name.

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