public sealed class GetInterconnectAttachmentRequest : IMessage<GetInterconnectAttachmentRequest>, IEquatable<GetInterconnectAttachmentRequest>, IDeepCloneable<GetInterconnectAttachmentRequest>, IBufferMessage, IMessage
A request message for InterconnectAttachments.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 `GetInterconnectAttachmentRequest` class is a request message used for retrieving interconnect attachment details, and the latest version is 3.6.0, with several older versions available as well."],["This class, found within the `Google.Cloud.Compute.V1` namespace, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `InterconnectAttachment`, `Project`, and `Region`, which are all strings, as well as a basic constructor and a constructor for instantiating a copy."],["There are 29 versions available from 1.0.0 up to 3.6.0 including the latest, indicating version control and history of the `GetInterconnectAttachmentRequest` class."],["There are two constructors for this class, one with no arguments, and another allowing you to input another `GetInterconnectAttachmentRequest`."]]],[]]