Class: Google::Apis::ContainerV1beta1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ListClustersResponse
- Includes:
- Google::Apis::Core::Hashable
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Google::Apis::ContainerV1beta1::Cluster>
A list of clusters in the project in the specified zone.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListClustersResponse
constructor
A new instance of ListClustersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListClustersResponse
Returns a new instance of ListClustersResponse.
248 249 250 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 248 def initialize(**args) update!(**args) end |
Instance Attribute Details
#clusters ⇒ Array<Google::Apis::ContainerV1beta1::Cluster>
A list of clusters in the project in the specified zone.
Corresponds to the JSON property clusters
246 247 248 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 246 def clusters @clusters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
253 254 255 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 253 def update!(**args) @clusters = args[:clusters] unless args[:clusters].nil? end |