Class: DatadogAPIClient::V1::NotebookCellCreateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookCellCreateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_cell_create_request.rb
Overview
The description of a notebook cell create request.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
The attributes of a notebook cell in create cell request.
-
#type ⇒ Object
readonly
Type of the Notebook Cell resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
The attributes of a notebook cell in create cell request. Valid cell types are ‘markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`, `log_stream`. [More information on each graph visualization type.](docs.datadoghq.com/dashboards/widgets/)
26 27 28 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_create_request.rb', line 26 def attributes @attributes end |
#type ⇒ Object
Type of the Notebook Cell resource.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_create_request.rb', line 29 def type @type end |