public sealed class DiagnoseNetworkResponse : IMessage<DiagnoseNetworkResponse>, IEquatable<DiagnoseNetworkResponse>, IDeepCloneable<DiagnoseNetworkResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseNetworkResponse.
DiagnoseNetworkResponse contains the current status for a specific network.
[[["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 page provides reference documentation for the `DiagnoseNetworkResponse` class within the Distributed Cloud Edge Network v1 API, specifically for version 1.2.0."],["`DiagnoseNetworkResponse` is a class that contains the status of a specific network and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Result`, which is of type `NetworkStatus` and represents the network's status, and `UpdateTime`, of type `Timestamp` which is the last time the network status was updated."],["It also includes two constructors, a default constructor `DiagnoseNetworkResponse()`, and another one taking a `DiagnoseNetworkResponse` object."]]],[]]