class Google::Apis::MonitoringV1::AlertChart

A chart that displays alert policy data.

Attributes

name[RW]

Required. The resource name of the alert policy. The format is: projects/[ PROJECT_ID_OR_NUMBER]/alertPolicies/ Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v1/classes.rb, line 129
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_v1/classes.rb, line 134
def update!(**args)
  @name = args[:name] if args.key?(:name)
end