Class: DatadogAPIClient::V1::NotebookMarkdownCellAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookMarkdownCellAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb
Overview
The attributes of a notebook ‘markdown` cell.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
Text in a notebook is formatted with [Markdown](daringfireball.net/projects/markdown/), which enables the use of headings, subheadings, links, images, lists, and code blocks.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb', line 27 def additional_properties @additional_properties end |
#definition ⇒ Object
Text in a notebook is formatted with [Markdown](daringfireball.net/projects/markdown/), which enables the use of headings, subheadings, links, images, lists, and code blocks.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb', line 25 def definition @definition end |