Class: DatadogAPIClient::V2::ScheduleTargetPosition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleTargetPosition
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_target_position.rb
Overview
Specifies the position of a schedule target (example ‘previous`, `current`, or `next`).
Constant Summary collapse
- PREVIOUS =
"previous".freeze
- CURRENT =
"current".freeze
- NEXT =
"next".freeze