Class: DatadogAPIClient::V2::ApplicationKeysSort

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

Overview

Sorting options

Constant Summary collapse

CREATED_AT_ASCENDING =
"created_at".freeze
CREATED_AT_DESCENDING =
"-created_at".freeze
LAST4_ASCENDING =
"last4".freeze
LAST4_DESCENDING =
"-last4".freeze
NAME_ASCENDING =
"name".freeze
NAME_DESCENDING =
"-name".freeze

Method Summary

Methods included from BaseEnumModel

included