class Google::Apis::ComputeBeta::OperationsScopedList
Attributes
operations[RW]
- Output Only
-
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 generated/google/apis/compute_beta/classes.rb, line 6005 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 6010 def update!(**args) @operations = args[:operations] if args.key?(:operations) @warning = args[:warning] if args.key?(:warning) end