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, supporting APT, Yum, Zypper, and Googet package managers."],["This class implements several interfaces, including `IMessage\u003cInventory.Types.VersionedPackage\u003e`, `IEquatable\u003cInventory.Types.VersionedPackage\u003e`, `IDeepCloneable\u003cInventory.Types.VersionedPackage\u003e`, `IBufferMessage`, and `IMessage`."],["The `VersionedPackage` class has properties such as `Architecture`, `PackageName`, and `Version`, which are strings that provide specific details about the package."],["The class has a constructor that accepts another `VersionedPackage` object as an argument."],["Version 2.4.0 is the latest version of the class, and other versions from 1.3.0 to 2.3.0 are available for reference."]]],[]]