Class: DatadogAPIClient::V1::NotebookResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb
Overview
The attributes of a notebook.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
Attributes of user object returned by the API.
-
#cells ⇒ Object
readonly
List of cells to display in the notebook.
-
#created ⇒ Object
UTC time stamp for when the notebook was created.
-
#metadata ⇒ Object
Metadata associated with the notebook.
-
#modified ⇒ Object
UTC time stamp for when the notebook was last modified.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#author ⇒ Object
Attributes of user object returned by the API.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 25 def @author end |
#cells ⇒ Object
List of cells to display in the notebook.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 28 def cells @cells end |
#created ⇒ Object
UTC time stamp for when the notebook was created.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 31 def created @created end |
#metadata ⇒ Object
Metadata associated with the notebook.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 34 def @metadata end |
#modified ⇒ Object
UTC time stamp for when the notebook was last modified.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 37 def modified @modified end |
#name ⇒ Object
The name of the notebook.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 40 def name @name end |
#status ⇒ Object
Publication status of the notebook. For now, always “published”.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 43 def status @status end |
#time ⇒ Object
Notebook global timeframe.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb', line 46 def time @time end |