Class: DatadogAPIClient::V1::SLOTimeframe

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

Overview

The SLO time window options. Note that “custom” is not a valid option for creating or updating SLOs. It is only used when querying SLO history over custom timeframes.

Constant Summary collapse

SEVEN_DAYS =
"7d".freeze
THIRTY_DAYS =
"30d".freeze
NINETY_DAYS =
"90d".freeze
CUSTOM =
"custom".freeze

Method Summary

Methods included from BaseEnumModel

included