Class: DatadogAPIClient::V2::AnalysisEditType

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

Overview

The type of code edit to apply when fixing a violation.

Constant Summary collapse

ADD =
"ADD".freeze
UPDATE =
"UPDATE".freeze
REMOVE =
"REMOVE".freeze

Method Summary

Methods included from BaseEnumModel

included