class Google::Apis::ContainerV1beta1::ListAggregatedOperationsResponse

Attributes

operations[RW]

A list of operations in the project, across all zones. Corresponds to the JSON property `operations` @return [Array<Google::Apis::ContainerV1beta1::Operation>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/container_v1beta1/classes.rb, line 229
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 234
def update!(**args)
  @operations = args[:operations] unless args[:operations].nil?
end