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."],[[["The content pertains to the `NotificationRateLimit` class within the `Google.Cloud.Monitoring.V3` namespace, specifically relating to alert policies and their notification strategies."],["This class provides control over the frequency of notifications sent to an alert policy's notification channels, ensuring there isn't an excessive amount of them being sent."],["The `NotificationRateLimit` class is implemented as an inheritor of `Object`, as well as the implementer of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while containing inherited members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["This documentation provides various version history links, ranging from version 2.3.0 up to the most recent 3.15.0, allowing navigation to information for that version."],["The `Period` property within the `NotificationRateLimit` class, of the type `Duration`, specifies the time frame within which only one notification will be sent."]]],[]]