Class: Google::Apis::ContainerV1beta1::ListOperationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ListOperationsResponse
- 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
-
#operations ⇒ Array<Google::Apis::ContainerV1beta1::Operation>
A list of operations in the project in the specified zone.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListOperationsResponse
constructor
A new instance of ListOperationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListOperationsResponse
Returns a new instance of ListOperationsResponse.
267 268 269 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 267 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operations ⇒ Array<Google::Apis::ContainerV1beta1::Operation>
A list of operations in the project in the specified zone.
Corresponds to the JSON property operations
265 266 267 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 265 def operations @operations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
272 273 274 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 272 def update!(**args) @operations = args[:operations] unless args[:operations].nil? end |