class Google::Apis::MonitoringV3::AppEngine
App Engine service. Learn more at cloud.google.com/appengine.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 278 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 283 def update!(**args) @module_id = args[:module_id] if args.key?(:module_id) end