public sealed class BackendServiceGroupHealth : IMessage<BackendServiceGroupHealth>, IEquatable<BackendServiceGroupHealth>, IDeepCloneable<BackendServiceGroupHealth>, 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."],[[["This webpage details the `BackendServiceGroupHealth` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.10.0 of the .NET library."],["The `BackendServiceGroupHealth` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling backend service health data."],["The provided content contains an exhaustive version history of the `BackendServiceGroupHealth` class, ranging from version 1.0.0 to 3.6.0, with links to each version's documentation."],["Key properties of the `BackendServiceGroupHealth` class include `Annotations` for metadata, `HasKind` to check for the presence of the kind field, `HealthStatus` for the health of backend instances, and `Kind` to identify the type of resource."],["The `BackendServiceGroupHealth` class offers two constructors, one that initializes an empty object and another that makes a copy of a given `BackendServiceGroupHealth` object, and it inherits the `GetHashCode`, `GetType`, and `ToString` methods from the `object` class."]]],[]]