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-21 UTC."],[[["The `GetServiceAttachmentRequest` class is used to request details about a specific Service Attachment and is the focus of this documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities and operations."],["The latest available version for `GetServiceAttachmentRequest` is 3.6.0, with multiple other versions listed as far back as 1.0.0."],["The `GetServiceAttachmentRequest` class has properties such as `Project`, `Region`, and `ServiceAttachment`, which are all strings and used to define the scope of the request."],["The class has 2 constructors, `GetServiceAttachmentRequest()`, and `GetServiceAttachmentRequest(GetServiceAttachmentRequest other)`, which can be called to create new instances of the class."]]],[]]