class Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1OperationGroup
Group of operations that need to be performed atomically.
Attributes
operations[RW]
List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear. Corresponds to the JSON property `operations` @return [Array<Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Operation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recommender_v1beta1/classes.rb, line 486 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/recommender_v1beta1/classes.rb, line 491 def update!(**args) @operations = args[:operations] if args.key?(:operations) end