Class: DatadogAPIClient::V2::AutomationRuleActorType

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

Overview

Whether the actor is a user or the Datadog system.

Constant Summary collapse

USER =
"user".freeze
SYSTEM =
"system".freeze

Method Summary

Methods included from BaseEnumModel

included