Class: DatadogAPIClient::V2::SyntheticsDowntimeFrequency
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsDowntimeFrequency
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_downtime_frequency.rb
Overview
The recurrence frequency of a Synthetics downtime time slot.
Constant Summary collapse
- DAILY =
"DAILY".freeze
- WEEKLY =
"WEEKLY".freeze
- MONTHLY =
"MONTHLY".freeze
- YEARLY =
"YEARLY".freeze