Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightRecommendationReference

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recommender_v1beta1/classes.rb,
lib/google/apis/recommender_v1beta1/representations.rb,
lib/google/apis/recommender_v1beta1/representations.rb

Overview

Reference to an associated recommendation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightRecommendationReference

Returns a new instance of GoogleCloudRecommenderV1beta1InsightRecommendationReference.



278
279
280
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 278

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#recommendationString

Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[ LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID] Corresponds to the JSON property recommendation

Returns:

  • (String)


276
277
278
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 276

def recommendation
  @recommendation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



283
284
285
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 283

def update!(**args)
  @recommendation = args[:recommendation] if args.key?(:recommendation)
end