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 latest version of `HealthChecksScopedList` is 3.6.0, with previous versions available down to 1.0.0."],["`HealthChecksScopedList` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces within the Google.Cloud.Compute.V1 namespace."],["The class `HealthChecksScopedList` contains two properties: `HealthChecks`, which is a list of `HealthCheck` objects, and `Warning`, which offers a warning message if the list is empty."],["The `HealthChecksScopedList` class has two constructors: a default constructor and a constructor that accepts another `HealthChecksScopedList` object as a parameter."],["`HealthChecksScopedList` inherits members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `object` class."]]],[]]