public sealed class YUM : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.YUM>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.YUM>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.YUM>, IBufferMessage, IMessage
[[["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-02 UTC."],[[["This webpage details the `YUM` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.7.0, which manages packages using YUM."],["The `YUM` class is a part of the `OSPolicy.Types.Resource.Types.PackageResource.Types` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows for the construction of `YUM` objects through two constructors, one empty and one that accepts another `YUM` object as a parameter, and has a `Name` property for setting the package name."],["The webpage contains a list of versions ranging from 1.3.0 to 2.4.0 (latest), where each version is a link to its documentation."],["YUM can install packages with the `yum -y install package` command and remove packages with the command `yum -y remove package`."]]],[]]