Class: DatadogAPIClient::V1::NotebookUpdateDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookUpdateDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb
Overview
The data attributes of a notebook.
Instance Attribute Summary collapse
-
#cells ⇒ Object
readonly
List of cells to display in the notebook.
-
#metadata ⇒ Object
Metadata associated with the notebook.
-
#name ⇒ Object
readonly
The name of the notebook.
-
#status ⇒ Object
Publication status of the notebook.
-
#time ⇒ Object
readonly
Notebook global timeframe.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#cells ⇒ Object
List of cells to display in the notebook.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb', line 29 def cells @cells end |
#metadata ⇒ Object
Metadata associated with the notebook.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb', line 32 def @metadata end |
#name ⇒ Object
The name of the notebook.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb', line 35 def name @name end |
#status ⇒ Object
Publication status of the notebook. For now, always “published”.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb', line 38 def status @status end |
#time ⇒ Object
Notebook global timeframe.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb', line 41 def time @time end |