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 HealthChecks within a defined scope, indicated by its implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains two primary properties: `HealthChecks`, a list of `HealthCheck` objects, and `Warning`, which provides informational warnings about the list being empty."],["The latest available version of HealthChecksScopedList is 3.6.0, and this document also details the documentation for versions ranging from 1.0.0 to the latest."],["There are two constructors available for the `HealthChecksScopedList` class: a default constructor and a copy constructor, allowing object creation with or without pre-existing data from another instance."]]],[]]