Class: DatadogAPIClient::V1::DatasetListQuerySortField
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DatasetListQuerySortField
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/dataset_list_query_sort_field.rb
Overview
A single sort directive for a DatasetListQuery.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
Name of the field to sort on.
-
#order ⇒ Object
readonly
Direction of sort.
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/dataset_list_query_sort_field.rb', line 30 def additional_properties @additional_properties end |
#name ⇒ Object
Name of the field to sort on.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query_sort_field.rb', line 25 def name @name end |
#order ⇒ Object
Direction of sort.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query_sort_field.rb', line 28 def order @order end |