Class: DatadogAPIClient::V1::NotebookCellUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookCellUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_cell_update_request.rb
Overview
The description of a notebook cell update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The attributes of a notebook cell in update cell request.
-
#id ⇒ Object
readonly
Notebook cell ID.
-
#type ⇒ Object
readonly
Type of the Notebook Cell resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
The attributes of a notebook cell in update 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_update_request.rb', line 26 def attributes @attributes end |
#id ⇒ Object
Notebook cell ID.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 29 def id @id end |
#type ⇒ Object
Type of the Notebook Cell resource.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 32 def type @type end |