public sealed class TargetPoolsScopedList : IMessage<TargetPoolsScopedList>, IEquatable<TargetPoolsScopedList>, IDeepCloneable<TargetPoolsScopedList>, 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."],[[["This document outlines the different versions of the `TargetPoolsScopedList` class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the most recent version."],["The `TargetPoolsScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is designed for use with the .NET framework and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `TargetPools` property, which is a list of `TargetPool` objects, and a `Warning` property, which is used to display warnings if the list is empty."],["The class includes two constructors; a parameterless constructor, and a copy constructor that takes another `TargetPoolsScopedList` as an argument."],["The class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]