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, ranging down to version 1.0.0."],["The `SecurityPolicyRuleRateLimitOptionsThreshold` class, found in the `Google.Cloud.Compute.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors, one default and one that accepts another `SecurityPolicyRuleRateLimitOptionsThreshold` object as a parameter, named `other`, for creating a new instance."],["The `SecurityPolicyRuleRateLimitOptionsThreshold` class offers two primary properties: `Count`, representing the number of requests for the threshold, and `IntervalSec`, defining the time interval for the threshold calculation."],["The class also includes two property indicators: HasCount and HasIntervalSec, that indicate whether the \"count\" and \"interval_sec\" fields are set, respectively."]]],[]]