Class: DatadogAPIClient::V1::NotebookLogStreamCellAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookLogStreamCellAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb
Overview
The attributes of a notebook ‘log_stream` cell.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
The Log Stream displays a log flow matching the defined query.
-
#graph_size ⇒ Object
The size of the graph.
-
#time ⇒ Object
Timeframe for the notebook cell.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb', line 33 def additional_properties @additional_properties end |
#definition ⇒ Object
The Log Stream displays a log flow matching the defined query. Only available on FREE layout dashboards.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb', line 25 def definition @definition end |
#graph_size ⇒ Object
The size of the graph.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb', line 28 def graph_size @graph_size end |
#time ⇒ Object
Timeframe for the notebook cell. When ‘null’, the notebook global time is used.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb', line 31 def time @time end |