public sealed class RecommendationContent : IMessage<RecommendationContent>, IEquatable<RecommendationContent>, IDeepCloneable<RecommendationContent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class RecommendationContent.
Contains what resources are changing and how they are changing.
Implements
IMessage<RecommendationContent>, IEquatable<RecommendationContent>, IDeepCloneable<RecommendationContent>, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
RecommendationContent()
public RecommendationContent()RecommendationContent(RecommendationContent)
public RecommendationContent(RecommendationContent other)| Parameter | |
|---|---|
| Name | Description |
other |
RecommendationContent |
Properties
OperationGroups
public RepeatedField<OperationGroup> OperationGroups { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<OperationGroup> |
|
Overview
public Struct Overview { get; set; }Condensed overview information about the recommendation.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|