Google Cloud Recommender v1 API - Class Insight.Types.RecommendationReference (3.6.0)

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.

Inheritance

object > Insight.Types.RecommendationReference

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

RecommendationReference()

public RecommendationReference()

RecommendationReference(RecommendationReference)

public RecommendationReference(Insight.Types.RecommendationReference other)
Parameter
NameDescription
otherInsightTypesRecommendationReference

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
TypeDescription
string