public sealed class InterconnectAttachmentsScopedList : IMessage<InterconnectAttachmentsScopedList>, IEquatable<InterconnectAttachmentsScopedList>, IDeepCloneable<InterconnectAttachmentsScopedList>, IBufferMessage, IMessage
[[["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 latest version of the `Google.Cloud.Compute.V1` library for `InterconnectAttachmentsScopedList` is 3.6.0, with multiple older versions available dating back to version 1.0.0."],["The `InterconnectAttachmentsScopedList` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is used to represent a list of interconnect attachments within a specific scope in the `Google.Cloud.Compute.V1` namespace."],["The class contains two main properties: `InterconnectAttachments`, which is a list of `InterconnectAttachment` objects, and `Warning`, which provides informational warnings when the list is empty."],["The class has 2 constructors for creating instances of the `InterconnectAttachmentsScopedList` object, one being a default and one allowing you to specify another instance of the class."]]],[]]