Class: DatadogAPIClient::V1::SplitConfigSortCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SplitConfigSortCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/split_config_sort_compute.rb
Overview
Defines the metric and aggregation used as the sort value.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation ⇒ Object
readonly
How to aggregate the sort metric for the purposes of ordering.
-
#metric ⇒ Object
readonly
The metric to use for sorting graphs.
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/split_config_sort_compute.rb', line 30 def additional_properties @additional_properties end |
#aggregation ⇒ Object
How to aggregate the sort metric for the purposes of ordering.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/split_config_sort_compute.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
The metric to use for sorting graphs.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/split_config_sort_compute.rb', line 28 def metric @metric end |