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."],[[["This page provides information on the `VersionedPackage` class, which is part of the `Google.Cloud.OsConfig.V1Alpha` namespace in the .NET library."],["The `VersionedPackage` class is designed to represent a standard versioned package and is compatible with APT, Yum, Zypper, and Googet package managers."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has properties such as `Architecture`, `PackageName`, and `Version`, allowing users to access details about the package."],["The latest version available in this document is 2.0.0-alpha06, while the document itself is for version 1.0.0-alpha04."]]],[]]