public sealed class SecurityPolicyRuleRateLimitOptionsThreshold : IMessage<SecurityPolicyRuleRateLimitOptionsThreshold>, IEquatable<SecurityPolicyRuleRateLimitOptionsThreshold>, IDeepCloneable<SecurityPolicyRuleRateLimitOptionsThreshold>, 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-24 UTC."],[[["The latest version of the `SecurityPolicyRuleRateLimitOptionsThreshold` is 3.6.0, with multiple previous versions available for reference, going as far back as version 1.0.0."],["`SecurityPolicyRuleRateLimitOptionsThreshold` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and another that accepts an existing `SecurityPolicyRuleRateLimitOptionsThreshold` object for creating copies."],["The class has properties for `Count` (number of HTTP(S) requests) and `IntervalSec` (time interval for computation) and the possibility to check if they have been set using `HasCount` and `HasIntervalSec`."],["This class inherits from the generic `object` class and contains inherited members such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]