Google Cloud Recommender v1 API - Class Recommendation.Types.InsightReference (3.6.0)

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.

Inheritance

object > Recommendation.Types.InsightReference

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

InsightReference()

public InsightReference()

InsightReference(InsightReference)

public InsightReference(Recommendation.Types.InsightReference other)
Parameter
NameDescription
otherRecommendationTypesInsightReference

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