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 covers various versions of `NotificationRateLimit`, ranging from version 2.3.0 to 3.15.0, with 3.15.0 being the latest."],["`NotificationRateLimit` is a class within the `Google.Cloud.Monitoring.V3` namespace, used for managing the rate of notifications for alert policies."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured messages and deep cloning."],["The `NotificationRateLimit` class has two constructors, one default and one that accepts another `NotificationRateLimit` object as a parameter."],["The primary property of the class is `Period`, which defines the time frame during which only one notification will be sent."]]],[]]