class Google::Apis::MonitoringV1::ListMetricsScopesByMonitoredProjectResponse
Response for the ListMetricsScopesByMonitoredProject method.
Attributes
metrics_scopes[RW]
A set of all metrics scopes that the specified monitored project has been added to. Corresponds to the JSON property `metricsScopes` @return [Array<Google::Apis::MonitoringV1::MetricsScope>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/monitoring_v1/classes.rb, line 563 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 568 def update!(**args) @metrics_scopes = args[:metrics_scopes] if args.key?(:metrics_scopes) end