Class: DatadogAPIClient::V1::MonitorOptionsSchedulingOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorOptionsSchedulingOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb
Overview
Configuration options for scheduling.
Instance Attribute Summary collapse
-
#evaluation_window ⇒ Object
Configuration options for the evaluation window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#evaluation_window ⇒ Object
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 |