Class: DatadogAPIClient::V2::OrgGroupSortOption

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

Overview

Field to sort org groups by.

Constant Summary collapse

NAME =
"name".freeze
MINUS_NAME =
"-name".freeze
UUID =
"uuid".freeze
MINUS_UUID =
"-uuid".freeze

Method Summary

Methods included from BaseEnumModel

included