public sealed class InsightReference : IMessage<Recommendation.Types.InsightReference>, IEquatable<Recommendation.Types.InsightReference>, IDeepCloneable<Recommendation.Types.InsightReference>, IBufferMessage, IMessageReference to an associated insight.
Implements
IMessage<Recommendation.Types.InsightReference>, IEquatable<Recommendation.Types.InsightReference>, IDeepCloneable<Recommendation.Types.InsightReference>, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
InsightReference()
public InsightReference()InsightReference(Recommendation.Types.InsightReference)
public InsightReference(Recommendation.Types.InsightReference other)| Parameter | |
|---|---|
| Name | Description |
other |
Recommendation.Types.InsightReference |
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 |
|