public sealed class VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase : IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, 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-03-21 UTC."],[[["This document outlines the `KnowledgeBase` class within the `Grafeas.V1.VulnerabilityNote.Types.WindowsDetail.Types` namespace, which is part of the Grafeas.V1 library version 3.1.0."],["The `KnowledgeBase` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations."],["It inherits from `object` and provides two constructors: a default constructor `KnowledgeBase()` and a copy constructor `KnowledgeBase(KnowledgeBase other)` which takes another `KnowledgeBase` object as an argument."],["The class contains two primary properties: `Name`, which represents the Knowledge Base's name in the format \"KB[0-9]+\", and `Url`, which is a link to the Knowledge Base within the Windows update catalog."],["There are multiple versions available for the `KnowledgeBase`, ranging from 2.2.0 to 3.7.0, with 3.7.0 being the most recent."]]],[]]