public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, 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 latest version of the `NetworkEndpointWithHealthStatus` documentation is 3.6.0, while the current page is displaying information for version 2.2.0."],["The `NetworkEndpointWithHealthStatus` class, which inherits from `Object`, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage the health status of network endpoints."],["The class offers two constructors, one default and one that allows creating a new `NetworkEndpointWithHealthStatus` object by cloning an existing instance."],["The class includes two key properties: `Healths`, which is a repeated field for tracking the health status of network endpoints, and `NetworkEndpoint`, which represents the network endpoint itself."],["This documentation covers a range of versions for `NetworkEndpointWithHealthStatus`, from version 1.0.0 up to 3.6.0."]]],[]]