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."],[[["This webpage provides documentation for the `SecurityPolicyRuleRateLimitOptionsThreshold` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and implementation of various interfaces."],["The latest version available is 3.6.0, with historical versions ranging from 1.0.0 up to 3.5.0 accessible through provided links, and each of which have their own documentation page."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `SecurityPolicyRuleRateLimitOptionsThreshold` class include `Count`, which represents the number of requests for threshold calculations, and `IntervalSec`, which defines the time interval for computing the threshold, with boolean properties `HasCount` and `HasIntervalSec` to indicate if they are set."],["It includes two constructors: a default constructor and one that takes another `SecurityPolicyRuleRateLimitOptionsThreshold` object as a parameter for copying the objects properties."]]],[]]