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 is a part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["This class provides a list of available versions, with the latest being 3.6.0 and older ones ranging down to 1.0.0, each version linking to its own documentation."],["The `HealthChecksScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It includes two constructors, one default and one that accepts another `HealthChecksScopedList` object as a parameter, along with two properties `HealthChecks` and `Warning`."],["The `HealthChecks` property is a `RepeatedField` containing a collection of `HealthCheck` objects, and the `Warning` property provides an informational warning of type `Warning`."]]],[]]