Class: DatadogAPIClient::V2::AlertEventCustomAttributesStatus

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

Overview

The status of the alert.

Constant Summary collapse

WARN =
"warn".freeze
ERROR =
"error".freeze
OK =
"ok".freeze

Method Summary

Methods included from BaseEnumModel

included