Class: DatadogAPIClient::V2::DowntimeScheduleRecurrencesCreateRequest

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

Overview

A recurring downtime schedule definition.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#recurrencesObject

A list of downtime recurrences.



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

def recurrences
  @recurrences
end

#timezoneObject

The timezone in which to schedule the downtime.



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

def timezone
  @timezone
end