App Hub v1 API - Class ContactInfo (1.0.0-beta02)

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.

Inheritance

object > ContactInfo

Namespace

Google.Cloud.AppHub.V1

Assembly

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

Email

public string Email { get; set; }

Required. Email address of the contacts.

Property Value
Type Description
string