Class: DatadogAPIClient::V2::DueDateFrom

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

Overview

The reference point from which the due date is calculated. When fix_available is selected but not applicable to the finding type, first_seen is used instead.

Constant Summary collapse

FIRST_SEEN =
"first_seen".freeze
FIX_AVAILABLE =
"fix_available".freeze

Method Summary

Methods included from BaseEnumModel

included