Class: DatadogAPIClient::V1::SLOState

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

Overview

State of the SLO.

Constant Summary collapse

BREACHED =
"breached".freeze
WARNING =
"warning".freeze
OK =
"ok".freeze
NO_DATA =
"no_data".freeze

Method Summary

Methods included from BaseEnumModel

included