Class: DatadogAPIClient::V2::SLOReportStatus

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

Overview

The status of the SLO report job.

Constant Summary collapse

IN_PROGRESS =
"in_progress".freeze
COMPLETED =
"completed".freeze
COMPLETED_WITH_ERRORS =
"completed_with_errors".freeze
FAILED =
"failed".freeze

Method Summary

Methods included from BaseEnumModel

included