public sealed class VersionedPackage : IMessage<Inventory.Types.VersionedPackage>, IEquatable<Inventory.Types.VersionedPackage>, IDeepCloneable<Inventory.Types.VersionedPackage>, IBufferMessage, IMessage
Information related to the a standard versioned package. This includes
package info for APT, Yum, Zypper, and Googet package managers.
[[["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 `VersionedPackage` class provides information about a standard versioned package, compatible with APT, Yum, Zypper, and Googet package managers."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VersionedPackage` class offers constructors to create instances, either as a default or by copying another `VersionedPackage`."],["Key properties of the `VersionedPackage` class include `Architecture`, `PackageName`, and `Version`, all of which are of string type."],["The latest version of this package is 2.4.0, and previous versions range from 2.3.0 down to 1.3.0, all of which are available for reference."]]],[]]