class Google::Apis::MonitoringV3::NotificationRateLimit

Control over the rate of notifications sent to this alert policy's notification channels.

Attributes

period[RW]

Not more than one notification per period. Corresponds to the JSON property `period` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 3250
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/monitoring_v3/classes.rb, line 3255
def update!(**args)
  @period = args[:period] if args.key?(:period)
end