Method: DatadogAPIClient::V2::DowntimeScheduleRecurrenceResponse#start
- Defined in:
- lib/datadog_api_client/v2/models/downtime_schedule_recurrence_response.rb
#start ⇒ Object
ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the downtime starts the moment it is created.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_recurrence_response.rb', line 37 def start @start end |