Class: DatadogAPIClient::V2::ControlNotificationTargetType

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

Overview

The type of notification destination.

Constant Summary collapse

EMAIL =
"email".freeze
SLACK =
"slack".freeze
AT_MENTION =
"at_mention".freeze
CASE =
"case".freeze

Method Summary

Methods included from BaseEnumModel

included