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-04-09 UTC."],[[["This webpage provides documentation for the `TargetPoolsScopedList` class within the `Google.Cloud.Compute.V1` namespace in .NET."],["The `TargetPoolsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API for this class is 3.6.0, with numerous prior versions dating back to version 1.0.0."],["The class has two constructors: a default constructor and one that accepts another `TargetPoolsScopedList` object for copying, and it has two properties, `TargetPools` which is a list of `TargetPools` and `Warning`, which can be used to replace the target pool list when it is empty."],["The class inherits members from the `Object` base class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]