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 provides information about the health status of backend services, with the latest version being 3.6.0 and the page focusing on version 2.16.0."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is implemented using several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BackendServiceGroupHealth` objects can be created using a default constructor or a constructor that accepts another `BackendServiceGroupHealth` object as a parameter."],["Key properties include `Annotations` for metadata, `HasKind` to check if the kind field is set, `HealthStatus` for backend health details, and `Kind` which specifies the type of resource, always `compute#backendServiceGroupHealth`."],["The class provides access to older versions, with the earliest release being 1.0.0."]]],[]]