public sealed class Notebook : IMessage<Content.Types.Notebook>, IEquatable<Content.Types.Notebook>, IDeepCloneable<Content.Types.Notebook>, 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-25 UTC."],[[["This webpage provides documentation for the `Notebook` class within the `Google.Cloud.Dataplex.V1` namespace, specifically focusing on version 2.1.0."],["The latest version available for this class is 3.6.0, and the page provides a list of the different versions, including the current version, with links to their respective documentation."],["The `Notebook` class is used for configuring notebook content and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Notebook` class has two constructors: a parameterless constructor and one that takes another `Notebook` object, and it has one main property `KernelType` which is used to set the type of notebook kernel."],["The class inherits from `Object` and has access to standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]