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."],[[["The `BackendServiceGroupHealth` class, found within the `Google.Cloud.Compute.V1` namespace, provides information about the health of backend service groups in Google Cloud."],["This class has a variety of versions available, with the latest being 3.6.0, and contains previous versions dating back to version 1.0.0."],["The `BackendServiceGroupHealth` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: one default and another that takes an existing `BackendServiceGroupHealth` object, allowing for easy duplication."],["Key properties include `Annotations`, `HasKind`, `HealthStatus`, and `Kind`, which respectively manage metadata, check if the kind field is set, provide health status, and define the resource type."]]],[]]