public sealed class RecommendationReference : IMessage<Insight.Types.RecommendationReference>, IEquatable<Insight.Types.RecommendationReference>, IDeepCloneable<Insight.Types.RecommendationReference>, IBufferMessage, IMessageReference to an associated recommendation.
Implements
IMessage<Insight.Types.RecommendationReference>, IEquatable<Insight.Types.RecommendationReference>, IDeepCloneable<Insight.Types.RecommendationReference>, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
RecommendationReference()
public RecommendationReference()RecommendationReference(Insight.Types.RecommendationReference)
public RecommendationReference(Insight.Types.RecommendationReference other)| Parameter | |
|---|---|
| Name | Description |
other |
Insight.Types.RecommendationReference |
Properties
Recommendation
public string Recommendation { get; set; }Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
| Property Value | |
|---|---|
| Type | Description |
String |
|