class Google::Apis::ContainerV1beta1::ListAggregatedClustersResponse
Attributes
clusters[RW]
A list of clusters in the project, across all zones. Corresponds to the JSON property `clusters` @return [Array<Google::Apis::ContainerV1beta1::Cluster>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/container_v1beta1/classes.rb, line 210 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/container_v1beta1/classes.rb, line 215 def update!(**args) @clusters = args[:clusters] unless args[:clusters].nil? end