Sha256: 03403dd3040095bccdff06fbb58a21c77760f1989d18873d5bc3481e79596eb6

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

# DatadogAPIClient::V1::NotebookMarkdownCellDefinition

## Properties

| Name     | Type                                                                            | Description           | Notes                           |
| -------- | ------------------------------------------------------------------------------- | --------------------- | ------------------------------- |
| **text** | **String**                                                                      | The markdown content. |                                 |
| **type** | [**NotebookMarkdownCellDefinitionType**](NotebookMarkdownCellDefinitionType.md) |                       | [default to 'markdown'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookMarkdownCellDefinition.new(
  text: # Example Header
example content,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/NotebookMarkdownCellDefinition.md
datadog_api_client-1.5.0 docs/v1/NotebookMarkdownCellDefinition.md