public sealed class PacketMirroringsScopedList : IMessage<PacketMirroringsScopedList>, IEquatable<PacketMirroringsScopedList>, IDeepCloneable<PacketMirroringsScopedList>, 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 `PacketMirroringsScopedList` class, part of the Google.Cloud.Compute.V1 namespace, is a data structure for managing packet mirroring information within a specified scope."],["This class has a constructor for creating a new `PacketMirroringsScopedList` object, along with a constructor to create a copy based off another `PacketMirroringsScopedList` object."],["It has properties like `PacketMirrorings` for containing a list of packet mirrorings and `Warning` for handling informational warnings related to an empty packet mirroring list."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for serialization, equality comparison, deep cloning, and buffer management."],["There are many versions of the class available, ranging from version 1.0.0 all the way to the latest version 3.6.0."]]],[]]