public sealed class NotificationRateLimit : IMessage<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IEquatable<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IDeepCloneable<AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit>, IBufferMessage, IMessage
Control over the rate of notifications sent to this alert policy's
notification channels.
[[["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-21 UTC."],[[["This webpage details the `NotificationRateLimit` class, which is part of the Google Cloud Monitoring V3 library for .NET, specifically within the `AlertPolicy.Types.AlertStrategy.Types` namespace."],["The `NotificationRateLimit` class is designed to manage the frequency of notifications sent by alert policies, allowing for the configuration of a time `period` to restrict alerts to one per that given duration."],["The page offers various versions of the library ranging from version 2.3.0 to 3.15.0, allowing developers to access the documentation pertinent to their currently installed version."],["`NotificationRateLimit` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting a robust set of functionalities and compatibility with the Google Protobuf library."],["`NotificationRateLimit` class has two constructors, a parameterless constructor, and one that take another `NotificationRateLimit` object, and one Property `Period` to setup the duration before next notification."]]],[]]