Class: DatadogAPIClient::V1::WidgetSortBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetSortBy
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
readonly
The number of items to limit the widget to.
-
#order_by ⇒ Object
The array of items to sort the widget by in order.
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/widget_sort_by.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
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_by ⇒ Object
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 |