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 2.0.0, which manages packages using YUM."],["The `YUM` class is part of the `OSPolicy.Types.Resource.Types.PackageResource.Types` hierarchy and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions ranging from 1.3.0 to 2.4.0 (latest), with links to the documentation for each specific version of the `YUM` class."],["The class provides methods for both installation (`yum -y install package`) and removal (`yum -y remove package`) of packages, and it has two constructors: a default constructor, and one that takes an `OSPolicy.Types.Resource.Types.PackageResource.Types.YUM` object."],["The `Name` property within the `YUM` class is required and represents the package name, with its value being a string."]]],[]]