public sealed class LookupServiceProjectAttachmentResponse : IMessage<LookupServiceProjectAttachmentResponse>, IEquatable<LookupServiceProjectAttachmentResponse>, IDeepCloneable<LookupServiceProjectAttachmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentResponse.
[[["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\u003eThe latest version of the \u003ccode\u003eLookupServiceProjectAttachmentResponse\u003c/code\u003e class is 1.0.0, which is part of the Google.Cloud.AppHub.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is designed as a response for LookupServiceProjectAttachment within the App Hub v1 API, implementing interfaces like IMessage, IEquatable, and IDeepCloneable.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members such as GetHashCode, GetType, and ToString.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, one default and one that takes another \u003ccode\u003eLookupServiceProjectAttachmentResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a \u003ccode\u003eServiceProjectAttachment\u003c/code\u003e property, which contains the service project attachment if found or is empty if there is none.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class LookupServiceProjectAttachmentResponse (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.LookupServiceProjectAttachmentResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentResponse) \n\n public sealed class LookupServiceProjectAttachmentResponse : IMessage\u003cLookupServiceProjectAttachmentResponse\u003e, IEquatable\u003cLookupServiceProjectAttachmentResponse\u003e, IDeepCloneable\u003cLookupServiceProjectAttachmentResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentResponse.\n\nResponse for LookupServiceProjectAttachment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LookupServiceProjectAttachmentResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LookupServiceProjectAttachmentResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LookupServiceProjectAttachmentResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LookupServiceProjectAttachmentResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentResponse), [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### LookupServiceProjectAttachmentResponse()\n\n public LookupServiceProjectAttachmentResponse()\n\n### LookupServiceProjectAttachmentResponse(LookupServiceProjectAttachmentResponse)\n\n public LookupServiceProjectAttachmentResponse(LookupServiceProjectAttachmentResponse other)\n\nProperties\n----------\n\n### ServiceProjectAttachment\n\n public ServiceProjectAttachment ServiceProjectAttachment { get; set; }\n\nService project attachment for a project if exists, empty otherwise."]]