Class: DatadogAPIClient::V1::NotebookMarkdownCellAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#definitionObject

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