Class Recommendation.Types.InsightReference (3.0.0)

public sealed class InsightReference : IMessage<Recommendation.Types.InsightReference>, IEquatable<Recommendation.Types.InsightReference>, IDeepCloneable<Recommendation.Types.InsightReference>, IBufferMessage, IMessage

Reference to an associated insight.

Inheritance

Object > Recommendation.Types.InsightReference

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

InsightReference()

public InsightReference()

InsightReference(Recommendation.Types.InsightReference)

public InsightReference(Recommendation.Types.InsightReference other)
Parameter
NameDescription
otherRecommendation.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
TypeDescription
String