class Google::Apis::ComputeBeta::OperationsScopedList

Attributes

operations[RW]
Output Only

A list of operations contained in this scope.

Corresponds to the JSON property `operations` @return [Array<Google::Apis::ComputeBeta::Operation>]

warning[RW]
Output Only

Informational warning which replaces the list of operations when

the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::OperationsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 23543
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 23548
def update!(**args)
  @operations = args[:operations] if args.key?(:operations)
  @warning = args[:warning] if args.key?(:warning)
end