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 page provides documentation for the `SecurityPolicyRuleRateLimitOptionsThreshold` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.5.0."],["The latest version documented is 3.6.0, and older versions back to 1.0.0 are accessible through links provided on the page."],["`SecurityPolicyRuleRateLimitOptionsThreshold` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its interaction with other Protobuf systems."],["The class contains two properties, `Count` and `IntervalSec`, which represent the number of HTTP requests and the time interval used for calculating the rate limit threshold, respectively."],["The class includes two constructors, one being parameterless and the other taking another `SecurityPolicyRuleRateLimitOptionsThreshold` object as a parameter, and has two bool values, HasCount and HasIntervalSec, that checks whether the fields of Count and IntervalSec are set."]]],[]]