Class: DatadogAPIClient::V2::SortDirection

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/sort_direction.rb

Overview

The direction to sort by.

Constant Summary collapse

DESC =
"desc".freeze
ASC =
"asc".freeze

Method Summary

Methods included from BaseEnumModel

included