Class: DatadogAPIClient::V1::WidgetGroupSort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetGroupSort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_group_sort.rb
Overview
The group to sort the widget by.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
The name of the group.
-
#order ⇒ Object
readonly
Widget sorting methods.
-
#type ⇒ Object
readonly
Set the sort type to group.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/widget_group_sort.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
The name of the group.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_group_sort.rb', line 25 def name @name end |
#order ⇒ Object
Widget sorting methods.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_group_sort.rb', line 28 def order @order end |
#type ⇒ Object
Set the sort type to group.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/widget_group_sort.rb', line 31 def type @type end |