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-03-21 UTC."],[[["Version 3.7.0 is the latest release for the Google.Cloud.Recommender.V1 library, with multiple prior versions available for review."],["The `RecommendationContent` class describes changes to resources, including the nature of those changes."],["`RecommendationContent` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `RecommendationContent` class uses properties such as `OperationGroups`, which contains operations grouped for atomic execution, and `Overview` for recommendation summary information."],["The class has a constructor that creates a new instance, and an additional constructor to create an instance using an existing `RecommendationContent` object."]]],[]]