Class: DatadogAPIClient::V2::CaseStatus Deprecated

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

Overview

Deprecated.

This model is deprecated.

Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use status_name instead.

Constant Summary collapse

OPEN =
"OPEN".freeze
IN_PROGRESS =
"IN_PROGRESS".freeze
CLOSED =
"CLOSED".freeze

Method Summary

Methods included from BaseEnumModel

included