public sealed class Insight.Types.RecommendationReference : IMessage<Insight.Types.RecommendationReference>, IEquatable<Insight.Types.RecommendationReference>, IDeepCloneable<Insight.Types.RecommendationReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class Insight.Types.RecommendationReference.
Reference to an associated recommendation.
Implements
IMessageInsightTypesRecommendationReference, IEquatableInsightTypesRecommendationReference, IDeepCloneableInsightTypesRecommendationReference, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
RecommendationReference()
public RecommendationReference()
RecommendationReference(RecommendationReference)
public RecommendationReference(Insight.Types.RecommendationReference other)
Parameter | |
---|---|
Name | Description |
other | InsightTypesRecommendationReference |
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 |