Class: DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotRecurrenceResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_untilObject

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_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 39

def additional_properties
  @additional_properties
end

#frequencyObject

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

#intervalObject

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

#weekday_positionsObject

Positions of the weekdays within a month for a monthly Synthetics downtime recurrence. Used in combination with weekdays to schedule occurrences such as "the first Monday of the month".



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 34

def weekday_positions
  @weekday_positions
end

#weekdaysObject

Days of the week for a Synthetics downtime recurrence schedule.



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb', line 37

def weekdays
  @weekdays
end