Class: DatadogAPIClient::V2::ChangeEventAttributesAuthorType

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

Overview

The type of the author.

Constant Summary collapse

USER =
"user".freeze
SYSTEM =
"system".freeze
API =
"api".freeze
AUTOMATION =
"automation".freeze

Method Summary

Methods included from BaseEnumModel

included