Class: Google::Apis::ContainerV1beta1::ListOperationsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

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

#operationsArray<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