class Google::Apis::ContainerV1beta1::ListClustersResponse

Attributes

clusters[RW]

A list of clusters in the project in the specified zone. 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 248
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 253
def update!(**args)
  @clusters = args[:clusters] unless args[:clusters].nil?
end