Class GoogleCloudRecommenderV1beta1RecommendationContent
Contains what resources are changing and how they are changing.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1RecommendationContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationGroups
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.
Declaration
[JsonProperty("operationGroups")]
public virtual IList<GoogleCloudRecommenderV1beta1OperationGroup> OperationGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommenderV1beta1OperationGroup> |
Overview
Condensed overview information about the recommendation.
Declaration
[JsonProperty("overview")]
public virtual IDictionary<string, object> Overview { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |