public sealed class LatencyCriteria : IMessage<BasicSli.Types.LatencyCriteria>, IEquatable<BasicSli.Types.LatencyCriteria>, IDeepCloneable<BasicSli.Types.LatencyCriteria>, 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 provided content outlines the `LatencyCriteria` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its role as a parameter for defining latency threshold Service Level Indicators (SLIs)."],["It showcases a range of available versions for `LatencyCriteria`, spanning from version 2.3.0 up to the latest version 3.15.0, allowing for access to various releases."],["The `LatencyCriteria` class has several inherited members from the Object class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `LatencyCriteria` class implements several interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also has two constructors available, a default and one that accepts another `LatencyCriteria` object."],["The core property of the class, `Threshold`, is introduced as a way to identify good service levels by measuring requests that are returned within the specified time limit, having a `Duration` type."]]],[]]