Class: DatadogAPIClient::V2::CaseStatus

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

Overview

Case status

Constant Summary collapse

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

Method Summary

Methods included from BaseEnumModel

included