Class: DatadogAPIClient::V1::SplitSort

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#computeObject

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

#orderObject

Widget sorting methods.



28
29
30
# File 'lib/datadog_api_client/v1/models/split_sort.rb', line 28

def order
  @order
end