class Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommendationContent
Contains what resources are changing and how they are changing.
Attributes
operation_groups[RW]
Operations to one or more Google
Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order. Corresponds to the JSON property `operationGroups` @return [Array<Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1OperationGroup>]
overview[RW]
Condensed overview information about the recommendation. Corresponds to the JSON property `overview` @return [Hash<String,Object>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recommender_v1beta1/classes.rb, line 602 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 607 def update!(**args) @operation_groups = args[:operation_groups] if args.key?(:operation_groups) @overview = args[:overview] if args.key?(:overview) end