Class: DatadogAPIClient::V1::SplitSort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SplitSort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/split_sort.rb
Overview
Controls the order in which graphs appear in the split.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#compute ⇒ Object
Defines the metric and aggregation used as the sort value.
-
#order ⇒ Object
readonly
Widget sorting methods.
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_sort.rb', line 30 def additional_properties @additional_properties end |
#compute ⇒ Object
Defines the metric and aggregation used as the sort value.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/split_sort.rb', line 25 def compute @compute end |
#order ⇒ Object
Widget sorting methods.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/split_sort.rb', line 28 def order @order end |