public sealed class ContactInfo : IMessage<ContactInfo>, IEquatable<ContactInfo>, IDeepCloneable<ContactInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ContactInfo.
Contact information of stakeholders.
Implements
IMessageContactInfo, IEquatableContactInfo, IDeepCloneableContactInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
ContactInfo()
public ContactInfo()
ContactInfo(ContactInfo)
public ContactInfo(ContactInfo other)
Parameter | |
---|---|
Name | Description |
other |
ContactInfo |
Properties
DisplayName
public string DisplayName { get; set; }
Optional. Contact's name. Can have a maximum length of 63 characters.
Property Value | |
---|---|
Type | Description |
string |
public string Email { get; set; }
Required. Email address of the contacts.
Property Value | |
---|---|
Type | Description |
string |