Class: DatadogAPIClient::V2::FindingStatus

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

Overview

The status of the finding.

Constant Summary collapse

CRITICAL =
"critical".freeze
HIGH =
"high".freeze
MEDIUM =
"medium".freeze
LOW =
"low".freeze
INFO =
"info".freeze

Method Summary

Methods included from BaseEnumModel

included