Sha256: de174287cc761389c0a5444851117fbf4414f17516a072967d8b3397f9232fd8

Contents?: true

Size: 518 Bytes

Versions: 5

Compression:

Stored size: 518 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

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/NotebookMarkdownCellDefinition.md
datadog_api_client-1.3.0 docs/v1/NotebookMarkdownCellDefinition.md
datadog_api_client-1.2.0 docs/v1/NotebookMarkdownCellDefinition.md
datadog_api_client-1.1.0 docs/v1/NotebookMarkdownCellDefinition.md
datadog_api_client-1.0.0 docs/v1/NotebookMarkdownCellDefinition.md