Class: Google::Apis::ContainerV1beta1::ListAggregatedOperationsResponse

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) ⇒ ListAggregatedOperationsResponse

Returns a new instance of ListAggregatedOperationsResponse.



229
230
231
# File 'generated/google/apis/container_v1beta1/classes.rb', line 229

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#operationsArray<Google::Apis::ContainerV1beta1::Operation>

A list of operations in the project, across all zones. Corresponds to the JSON property operations



227
228
229
# File 'generated/google/apis/container_v1beta1/classes.rb', line 227

def operations
  @operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



234
235
236
# File 'generated/google/apis/container_v1beta1/classes.rb', line 234

def update!(**args)
  @operations = args[:operations] unless args[:operations].nil?
end