Class: DatadogAPIClient::V1::MonitorOptionsSchedulingOptions

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

Overview

Configuration options for scheduling.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#evaluation_windowObject

Configuration options for the evaluation window. If hour_starts is set, no other fields may be set. Otherwise, day_starts and month_starts must be set together.



29
30
31
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 29

def evaluation_window
  @evaluation_window
end