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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom_schedule ⇒ Object
Configuration options for the custom schedule.
-
#evaluation_window ⇒ Object
Configuration options for the evaluation window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 30 def additional_properties @additional_properties end |
#custom_schedule ⇒ Object
Configuration options for the custom schedule. This feature is in private beta.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 25 def custom_schedule @custom_schedule end |
#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.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 28 def evaluation_window @evaluation_window end |