public sealed class NetworkAttachmentsScopedList : IMessage<NetworkAttachmentsScopedList>, IEquatable<NetworkAttachmentsScopedList>, IDeepCloneable<NetworkAttachmentsScopedList>, 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-24 UTC."],[[["This webpage details the `NetworkAttachmentsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0 of the library, with links to all the previous versions, including the latest 3.6.0."],["The `NetworkAttachmentsScopedList` class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another `NetworkAttachmentsScopedList` object as a parameter, named `other`, for copying."],["It contains two properties: `NetworkAttachments`, a list of network attachments; and `Warning`, which provides an informational warning if the `NetworkAttachments` list is empty."],["The documentation provides links to inherited members and information regarding the namespace and assembly of the `NetworkAttachmentsScopedList` class."]]],[]]