Class: DatadogAPIClient::V1::NotebookCellResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookCellResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_cell_response.rb
Overview
The description of a notebook cell response.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
The attributes of a notebook cell response.
-
#id ⇒ Object
readonly
Notebook cell ID.
-
#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 response. Valid cell types are markdown, timeseries, toplist, heatmap, distribution, log_stream. [More information on each graph visualization type.](docs.datadoghq.com/dashboards/widgets/)
30 31 32 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_response.rb', line 30 def attributes @attributes end |
#id ⇒ Object
Notebook cell ID.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_response.rb', line 33 def id @id end |
#type ⇒ Object
Type of the Notebook Cell resource.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_response.rb', line 36 def type @type end |