Class: DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotRecurrenceRequest

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb

Overview

Recurrence settings for a Synthetics downtime time slot.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

A specific date and time used to define the start or end of a Synthetics downtime time slot.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb', line 25

def _end
  @_end
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb', line 36

def additional_properties
  @additional_properties
end

#frequencyObject

The recurrence frequency of a Synthetics downtime time slot.



28
29
30
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb', line 28

def frequency
  @frequency
end

#intervalObject

The interval between recurrences, relative to the frequency.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb', line 31

def interval
  @interval
end

#weekdaysObject

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_request.rb', line 34

def weekdays
  @weekdays
end