[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eContactInfo\u003c/code\u003e class within the App Hub v1 API, version 1.0.0, detailing its structure, inheritance, and implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContactInfo\u003c/code\u003e class is designed to store contact information for stakeholders, offering properties for a contact's display name (optional) and email address (required).\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available: a default constructor and one that accepts another \u003ccode\u003eContactInfo\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDisplayName\u003c/code\u003e property allows for an optional contact's name with a maximum length of 63 characters, while the \u003ccode\u003eEmail\u003c/code\u003e property requires a contact's email address.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ContactInfo (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ContactInfo)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ContactInfo) \n\n public sealed class ContactInfo : IMessage\u003cContactInfo\u003e, IEquatable\u003cContactInfo\u003e, IDeepCloneable\u003cContactInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ContactInfo.\n\nContact information of stakeholders. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ContactInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ContactInfo](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ContactInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ContactInfo](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ContactInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ContactInfo](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ContactInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### ContactInfo()\n\n public ContactInfo()\n\n### ContactInfo(ContactInfo)\n\n public ContactInfo(ContactInfo other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. Contact's name.\nCan have a maximum length of 63 characters.\n\n### Email\n\n public string Email { get; set; }\n\nRequired. Email address of the contacts."]]