class Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommendationInsightReference

Reference to an associated insight.

Attributes

insight[RW]

Insight resource name, e.g. projects//locations// insightTypes//insights/ Corresponds to the JSON property `insight` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommender_v1beta1/classes.rb, line 623
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 628
def update!(**args)
  @insight = args[:insight] if args.key?(:insight)
end