Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightRecommendationReference
- Inherits:
-
Object
- Object
- Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightRecommendationReference
- 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
-
#recommendation ⇒ String
Recommendation resource name, e.g.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightRecommendationReference
constructor
A new instance of GoogleCloudRecommenderV1beta1InsightRecommendationReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#recommendation ⇒ String
Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[
LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
Corresponds to the JSON property recommendation
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 |