Class Content.Types.Notebook (2.0.0)

public sealed class Notebook : IMessage<Content.Types.Notebook>, IEquatable<Content.Types.Notebook>, IDeepCloneable<Content.Types.Notebook>, IBufferMessage, IMessage

Configuration for Notebook content.

Inheritance

Object > Content.Types.Notebook

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Notebook()

public Notebook()

Notebook(Content.Types.Notebook)

public Notebook(Content.Types.Notebook other)
Parameter
NameDescription
otherContent.Types.Notebook

Properties

KernelType

public Content.Types.Notebook.Types.KernelType KernelType { get; set; }

Required. Kernel Type of the notebook.

Property Value
TypeDescription
Content.Types.Notebook.Types.KernelType