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-21 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 functionality for managing a list of `HealthCheck` objects within a specific scope, as seen by its `HealthChecks` property."],["It includes an informational `Warning` property that can replace the `HealthChecks` list if the list is empty."],["The `HealthChecksScopedList` class has versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version available, and is able to implement `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains constructors to initialize an empty `HealthChecksScopedList`, or clone an existing one."]]],[]]