Class: DatadogAPIClient::V2::SyntheticsDowntimeFrequency

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseEnumModel

included