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-04-01 UTC."],[[["This webpage provides documentation for the `SecurityPolicyRuleRateLimitOptionsThreshold` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["The latest version documented is 3.6.0, with historical versions available for reference, ranging back to version 1.0.0."],["The `SecurityPolicyRuleRateLimitOptionsThreshold` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `SecurityPolicyRuleRateLimitOptionsThreshold` class include `Count` (the number of HTTP requests for threshold calculation), `HasCount` (whether the \"count\" field is set), `IntervalSec` (the time interval for threshold computation), and `HasIntervalSec` (whether the \"interval_sec\" field is set)."],["Two constructors are available, one of which allows creating an instance based on another `SecurityPolicyRuleRateLimitOptionsThreshold` object."]]],[]]