public sealed class ZypperPatch : IMessage<Inventory.Types.ZypperPatch>, IEquatable<Inventory.Types.ZypperPatch>, IDeepCloneable<Inventory.Types.ZypperPatch>, 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-17 UTC."],[[["The `ZypperPatch` class provides details related to a Zypper patch within the Google Cloud OS Config API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for a range of operations on Zypper patch data."],["It has constructors for creating new instances, either as default or based on another `ZypperPatch` object."],["Key properties of `ZypperPatch` include `Category`, `PatchName`, `Severity`, and `Summary`, which provide descriptive information about the patch."],["The latest version of this class is 2.4.0, with other previous versions listed from 1.3.0 to 2.3.0."]]],[]]