Class: DatadogAPIClient::V1::MonitorOptionsCustomScheduleRecurrence

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#rruleObject

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

#startObject

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

#timezoneObject

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