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, which represents a package managed by YUM, a tool for installing and removing packages."],["The most recent version documented is 2.4.0, and multiple past versions are also available, ranging back to 1.3.0."],["The `YUM` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile object interactions."],["Key actions for `YUM` packages include installation (`yum -y install package`) and removal (`yum -y remove package`)."],["It contains 1 property, `Name`, which is required and dictates the package's name, of type String."]]],[]]