Class: DatadogAPIClient::V1::NotebookSplitBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookSplitBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_split_by.rb
Overview
Object describing how to split the graph to display multiple visualizations per request.
Instance Attribute Summary collapse
-
#keys ⇒ Object
readonly
Keys to split on.
-
#tags ⇒ Object
readonly
Tags to split on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#keys ⇒ Object
Keys to split on.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebook_split_by.rb', line 29 def keys @keys end |
#tags ⇒ Object
Tags to split on.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/notebook_split_by.rb', line 32 def end |