public sealed class GetServiceAttachmentRequest : IMessage<GetServiceAttachmentRequest>, IEquatable<GetServiceAttachmentRequest>, IDeepCloneable<GetServiceAttachmentRequest>, IBufferMessage, IMessage
A request message for ServiceAttachments.Get. See the method description for details.
[[["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-24 UTC."],[[["The latest version of the `GetServiceAttachmentRequest` is 3.6.0, with previous versions available dating back to 1.0.0, all accessible via their respective links."],["`GetServiceAttachmentRequest` is a request message used for retrieving details about a specific service attachment, as stated in its description."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceAttachmentRequest` class has three main properties: `Project`, `Region`, and `ServiceAttachment`, all of which are strings and handle the project ID, region, and service attachment name, respectively."],["The class also has two constructors, a parameterless one `GetServiceAttachmentRequest()` and a parameterized one `GetServiceAttachmentRequest(GetServiceAttachmentRequest other)`."]]],[]]