Class: DatadogAPIClient::V1::WidgetSortBy

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/widget_sort_by.rb

Overview

The controls for sorting the widget.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v1/models/widget_sort_by.rb', line 30

def additional_properties
  @additional_properties
end

#countObject

The number of items to limit the widget to.



25
26
27
# File 'lib/datadog_api_client/v1/models/widget_sort_by.rb', line 25

def count
  @count
end

#order_byObject

The array of items to sort the widget by in order.



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

def order_by
  @order_by
end