Class: DatadogAPIClient::V2::CaseBulkActionType

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

Overview

The type of action to apply in a bulk update. Allowed values are ‘priority`, `status`, `assign`, `unassign`, `archive`, `unarchive`, `jira`, `servicenow`, `linear`, `update_project`.

Constant Summary collapse

PRIORITY =
"priority".freeze
STATUS =
"status".freeze
ASSIGN =
"assign".freeze
UNASSIGN =
"unassign".freeze
ARCHIVE =
"archive".freeze
UNARCHIVE =
"unarchive".freeze
JIRA =
"jira".freeze
SERVICENOW =
"servicenow".freeze
LINEAR =
"linear".freeze
UPDATE_PROJECT =
"update_project".freeze

Method Summary

Methods included from BaseEnumModel

included