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 page provides documentation for the `NotificationRateLimit` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for managing alert notification rates."],["The `NotificationRateLimit` class is part of the `AlertPolicy.Types.AlertStrategy.Types` and controls the frequency of notifications sent through alert policy channels."],["This class is available across multiple versions, ranging from 2.3.0 to 3.15.0, with 3.15.0 being the latest."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities like message handling, equality comparison, and deep cloning."],["The class has two constructors, `NotificationRateLimit()` and `NotificationRateLimit(AlertPolicy.Types.AlertStrategy.Types.NotificationRateLimit other)` that allow you to create new objects, or copy an existing object, and also includes a `Period` property of type `Duration` for the notification period."]]],[]]