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, part of the `Google.Cloud.Compute.V1` namespace, provides health information about backend services and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current latest version for `BackendServiceGroupHealth` is 3.6.0, but many other prior versions are also documented, all the way back to 1.0.0, with links to each version's documentation."],["This class includes properties such as `Annotations` for metadata, `HasKind` to check if the \"kind\" field is set, `HealthStatus` for the state of backend instances or endpoints, and `Kind` to specify the resource type, which is always `compute#backendServiceGroupHealth`."],["The `BackendServiceGroupHealth` class can be constructed using a default constructor, or a constructor that takes another `BackendServiceGroupHealth` instance as an argument, to create a copy of that instance."],["The documentation includes inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]