Class: DatadogAPIClient::V2::IncidentSearchSortOrder

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

Overview

The ways searched incidents can be sorted.

Constant Summary collapse

CREATED_ASCENDING =
"created".freeze
CREATED_DESCENDING =
"-created".freeze

Method Summary

Methods included from BaseEnumModel

included