public sealed class Recommendation.Types.InsightReference : IMessage<Recommendation.Types.InsightReference>, IEquatable<Recommendation.Types.InsightReference>, IDeepCloneable<Recommendation.Types.InsightReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class Recommendation.Types.InsightReference.
Reference to an associated insight.
Implements
IMessageRecommendationTypesInsightReference, IEquatableRecommendationTypesInsightReference, IDeepCloneableRecommendationTypesInsightReference, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
InsightReference()
public InsightReference()
InsightReference(InsightReference)
public InsightReference(Recommendation.Types.InsightReference other)
Parameter | |
---|---|
Name | Description |
other | RecommendationTypesInsightReference |
Properties
Insight
public string Insight { get; set; }
Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]
Property Value | |
---|---|
Type | Description |
string |