| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookMarkdownCellDefinition |
NotebookMarkdownCellAttributes.getDefinition()
Text in a notebook is formatted with Markdown, which enables the use of
headings, subheadings, links, images, lists, and code blocks.
|
NotebookMarkdownCellDefinition |
NotebookMarkdownCellDefinition.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
NotebookMarkdownCellDefinition |
NotebookMarkdownCellDefinition.text(String text) |
NotebookMarkdownCellDefinition |
NotebookMarkdownCellDefinition.type(NotebookMarkdownCellDefinitionType type) |
| Modifier and Type | Method and Description |
|---|---|
NotebookMarkdownCellAttributes |
NotebookMarkdownCellAttributes.definition(NotebookMarkdownCellDefinition definition) |
void |
NotebookMarkdownCellAttributes.setDefinition(NotebookMarkdownCellDefinition definition) |
| Constructor and Description |
|---|
NotebookMarkdownCellAttributes(NotebookMarkdownCellDefinition definition) |
Copyright © 2024. All rights reserved.