Class: DatadogAPIClient::V2::ScheduleTargetPosition

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

Method Summary

Methods included from BaseEnumModel

included