public sealed class Notebook : IMessage<Content.Types.Notebook>, IEquatable<Content.Types.Notebook>, IDeepCloneable<Content.Types.Notebook>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Content.Types.Notebook.
Configuration for Notebook content.
Implements
IMessage<Content.Types.Notebook>, IEquatable<Content.Types.Notebook>, IDeepCloneable<Content.Types.Notebook>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Notebook()
public Notebook()Notebook(Content.Types.Notebook)
public Notebook(Content.Types.Notebook other)| Parameter | |
|---|---|
| Name | Description |
other |
Content.Types.Notebook |
Properties
KernelType
public Content.Types.Notebook.Types.KernelType KernelType { get; set; }Required. Kernel Type of the notebook.
| Property Value | |
|---|---|
| Type | Description |
Content.Types.Notebook.Types.KernelType |
|