public sealed class RecommendationContent : IMessage<RecommendationContent>, IEquatable<RecommendationContent>, IDeepCloneable<RecommendationContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class RecommendationContent.
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."],[[["The latest version available for the Google Cloud Recommender v1 API is 3.7.0, with version 3.5.0 being one of the available versions."],["The `RecommendationContent` class, part of the Google Cloud Recommender v1 API, describes the changes to resources, including what and how they are changing."],["This class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecommendationContent` has properties such as `OperationGroups`, which is of type `RepeatedField\u003cOperationGroup\u003e` and details operations on resources, and `Overview` which is a `Struct` containing high-level recommendation information."],["The `RecommendationContent` class includes two constructors, one default and another taking another `RecommendationContent` object as a parameter for cloning."]]],[]]