public sealed class HealthChecksScopedList : IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, 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-31 UTC."],[[["The `HealthChecksScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google Cloud Compute .NET library, specifically in version 2.3.0 and its associated DLL file."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cHealthChecksScopedList\u003e`, `IDeepCloneable\u003cHealthChecksScopedList\u003e`, and `IBufferMessage`, providing features for message handling, comparison, deep cloning, and buffer operations."],["The class has two constructors: a default constructor `HealthChecksScopedList()` and an overloaded constructor `HealthChecksScopedList(HealthChecksScopedList other)` for creating a copy of another `HealthChecksScopedList` object."],["It contains two key properties: `HealthChecks`, a `RepeatedField` that holds a list of `HealthCheck` objects within the scope, and `Warning`, a `Warning` object that provides information when the list is empty."],["Multiple previous versions of this component are available in links, with 3.6.0 being the latest, and it goes down to 1.0.0."]]],[]]