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."],[[["The `TargetPoolsScopedList` class is a part of the `Google.Cloud.Compute.V1` namespace, specifically in version 2.3.0, and it is found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class, `TargetPoolsScopedList`, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, from the .NET and Google Protobuf libraries."],["The latest available version for the documented TargetPoolsScopedList is 3.6.0, but the current page details version 2.3.0, along with links to other version pages ranging from 1.0.0 all the way up to the latest."],["`TargetPoolsScopedList` contains two key properties: `TargetPools`, which holds a list of `TargetPool` objects, and `Warning`, which provides informational messages when the target pool list is empty."],["There are two constructors available for creating instances of `TargetPoolsScopedList`: one default constructor and another that accepts another `TargetPoolsScopedList` instance as a parameter for copying."]]],[]]