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-04-02 UTC."],[[["This webpage provides documentation for the `HealthChecksScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["The `HealthChecksScopedList` class, which implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, manages a scoped list of health checks."],["The class has two constructors: a default one, and another that accepts another `HealthChecksScopedList` object for initialization."],["It contains two main properties: `HealthChecks`, which is a `RepeatedField` of `HealthCheck` objects, and `Warning`, which is used for informational warnings when the list is empty."],["The documentation lists inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]