public sealed class AutoscalersScopedList : IMessage<AutoscalersScopedList>, IEquatable<AutoscalersScopedList>, IDeepCloneable<AutoscalersScopedList>, 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."],[[["The webpage provides documentation for the `AutoscalersScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `AutoscalersScopedList` documentation is 3.6.0, while the current page focuses on version 3.5.0, and there are numerous older versions listed."],["`AutoscalersScopedList` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class has two constructors, a default one and one that accepts another `AutoscalersScopedList` object for copying, and also includes properties for a list of `Autoscaler` objects and a `Warning` object."],["The `Autoscalers` property provides a read-only list of `Autoscaler` objects within the current scope, while the `Warning` property may contain warnings in scenarios where the autoscaler list is empty."]]],[]]