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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `NotificationRateLimit` class, which is part of the Google Cloud Monitoring V3 library for .NET, specifically under `Google.Cloud.Monitoring.V3.AlertPolicy.Types.AlertStrategy.Types`."],["The `NotificationRateLimit` class is used to control the frequency of notifications sent by alert policies to their designated notification channels."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["It has a `Period` property of type `Duration`, allowing the configuration of the minimum time interval between successive notifications."],["The page also lists all versions from 2.3.0 to the latest 3.15.0 for the class `NotificationRateLimit`."]]],[]]