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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#keys ⇒ Object
readonly
Keys to split on.
-
#tags ⇒ Object
readonly
Tags to split on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/notebook_split_by.rb', line 30 def additional_properties @additional_properties end |
#keys ⇒ Object
Keys to split on.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_split_by.rb', line 25 def keys @keys end |
#tags ⇒ Object
Tags to split on.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_split_by.rb', line 28 def @tags end |