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-24 UTC."],[[["The latest version of `HealthChecksScopedList` is 3.6.0, with several other versions available, ranging from 3.5.0 down to 1.0.0."],["`HealthChecksScopedList` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `HealthChecksScopedList` has two constructors, a parameterless one and another that takes a `HealthChecksScopedList` object as an argument, providing flexibility in creating instances."],["It contains a `HealthChecks` property, which is a list of `HealthCheck` objects, representing the health checks within the current scope."],["The class also features a `Warning` property, used to provide warnings when the list of backend services is empty."]]],[]]