Class: DatadogAPIClient::V2::ProductAnalyticsAnalyticsListSort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsAnalyticsListSort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_analytics_list_sort.rb
Overview
The sort applied to the returned event rows.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
Name of the facet to sort the rows by.
-
#order ⇒ Object
The direction rows are sorted in.
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/v2/models/product_analytics_analytics_list_sort.rb', line 30 def additional_properties @additional_properties end |
#facet ⇒ Object
Name of the facet to sort the rows by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_list_sort.rb', line 25 def facet @facet end |
#order ⇒ Object
The direction rows are sorted in.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_list_sort.rb', line 28 def order @order end |