Class: DatadogAPIClient::V1::MonitorOptionsCustomSchedule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorOptionsCustomSchedule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb
Overview
Configuration options for the custom schedule. This feature is in private beta.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#recurrences ⇒ Object
Array of custom schedule recurrences.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb', line 27 def additional_properties @additional_properties end |
#recurrences ⇒ Object
Array of custom schedule recurrences.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb', line 25 def recurrences @recurrences end |