Class: DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotRecurrenceResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotRecurrenceResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb
Overview
Recurrence settings returned in a Synthetics downtime time slot response.
Instance Attribute Summary collapse
-
#_until ⇒ Object
A specific date and time used to define the start or end of a Synthetics downtime time slot.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#frequency ⇒ Object
readonly
The recurrence frequency of a Synthetics downtime time slot.
-
#interval ⇒ Object
readonly
The interval between recurrences, relative to the frequency.
-
#weekdays ⇒ Object
readonly
Days of the week for a Synthetics downtime recurrence schedule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_until ⇒ Object
A specific date and time used to define the start or end of a Synthetics downtime time slot.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 31 def _until @_until end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 36 def additional_properties @additional_properties end |
#frequency ⇒ Object
The recurrence frequency of a Synthetics downtime time slot.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 25 def frequency @frequency end |
#interval ⇒ Object
The interval between recurrences, relative to the frequency.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 28 def interval @interval end |
#weekdays ⇒ Object
Days of the week for a Synthetics downtime recurrence schedule.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 34 def weekdays @weekdays end |