Class: DatadogAPIClient::V1::MonitorOptionsCustomScheduleRecurrence
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorOptionsCustomScheduleRecurrence
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb
Overview
Configuration for a recurrence set on the monitor options for custom schedule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#rrule ⇒ Object
Defines the recurrence rule (RRULE) for a given schedule.
-
#start ⇒ Object
Defines the start date and time of the recurring schedule.
-
#timezone ⇒ Object
Defines the timezone the schedule runs on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb', line 33 def additional_properties @additional_properties end |
#rrule ⇒ Object
Defines the recurrence rule (RRULE) for a given schedule.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb', line 25 def rrule @rrule end |
#start ⇒ Object
Defines the start date and time of the recurring schedule.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb', line 28 def start @start end |
#timezone ⇒ Object
Defines the timezone the schedule runs on.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb', line 31 def timezone @timezone end |