public sealed class RecommendationContent : IMessage<RecommendationContent>, IEquatable<RecommendationContent>, IDeepCloneable<RecommendationContent>, IBufferMessage, IMessage
Contains what resources are changing and how they are changing.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `RecommendationContent` class, which is responsible for defining the resources being changed and the nature of those changes."],["The `RecommendationContent` class is part of the `Google.Cloud.Recommender.V1` namespace and is found within the `Google.Cloud.Recommender.V1.dll` assembly."],["Version 3.7.0 is the latest version while the webpage itself contains version 2.7.0 which can be navigated to."],["The `RecommendationContent` class inherits from `Object` and implements several interfaces, including `IMessage\u003cRecommendationContent\u003e`, `IEquatable\u003cRecommendationContent\u003e`, `IDeepCloneable\u003cRecommendationContent\u003e`, `IBufferMessage`, and `IMessage`."],["`RecommendationContent` contains the `OperationGroups` property, which is a collection of `OperationGroup` instances, representing operations on Google Cloud resources, that should be executed atomically and in order."]]],[]]