Class GoogleCloudRecommenderV1beta1InsightRecommendationReference
Reference to an associated recommendation.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1InsightRecommendationReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Recommendation
Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
Declaration
[JsonProperty("recommendation")]
public virtual string Recommendation { get; set; }
Property Value
Type | Description |
---|---|
string |