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-03-21 UTC."],[[["This webpage provides documentation for the `AutoscalersScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.0.0, and provides links to prior version documentations."],["The `AutoscalersScopedList` class, which inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, is used to represent a list of autoscalers."],["The class includes two constructors, a default constructor `AutoscalersScopedList()` and a copy constructor `AutoscalersScopedList(AutoscalersScopedList other)`, for creating instances of `AutoscalersScopedList`."],["The `AutoscalersScopedList` class contains two properties, `Autoscalers`, which is a read-only list of `Autoscaler` objects, and `Warning`, which is an informational warning that is present when the list is empty."],["The latest version documented is 3.6.0, and the earliest version documented is 1.0.0, giving context of the history of the class."]]],[]]