public sealed class NetworkPerformanceConfig : IMessage<NetworkPerformanceConfig>, IEquatable<NetworkPerformanceConfig>, IDeepCloneable<NetworkPerformanceConfig>, 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 available for `NetworkPerformanceConfig` is 3.6.0, with several earlier versions also accessible, down to 1.0.0."],["The `NetworkPerformanceConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["`NetworkPerformanceConfig` has two constructors: a default constructor `NetworkPerformanceConfig()` and a copy constructor `NetworkPerformanceConfig(NetworkPerformanceConfig other)`."],["The class offers properties such as `HasTotalEgressBandwidthTier` (a boolean) and `TotalEgressBandwidthTier` (a string), allowing the check and setting of the total egress bandwidth tier."],["The class `NetworkPerformanceConfig` inherits from the base class object, and from this base class it inherits the members: GetHashCode, GetType, and ToString."]]],[]]