public sealed class GetServiceProjectAttachmentRequest : IMessage<GetServiceProjectAttachmentRequest>, IEquatable<GetServiceProjectAttachmentRequest>, IDeepCloneable<GetServiceProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetServiceProjectAttachmentRequest.
Required. Fully qualified name of the service project attachment to
retrieve. Expected format:
projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}.
[[["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-03-21 UTC."],[[["This documentation covers the `GetServiceProjectAttachmentRequest` class within the App Hub v1 API, version 1.0.0-beta02, for .NET."],["The `GetServiceProjectAttachmentRequest` class is used to request information about a specific service project attachment and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class, providing standard methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor and one that accepts another `GetServiceProjectAttachmentRequest` object for copying, and it contains two properties: `Name`, a string, and `ServiceProjectAttachmentName`, a typed representation of `Name`."],["The `Name` property is required to define the fully qualified name of the service project attachment, using the specified format which includes the project, location, and serviceProjectAttachment names."]]],[]]