Class: DatadogAPIClient::V2::DowntimeScheduleCurrentDowntimeResponse

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

Overview

The most recent actual start and end dates for a recurring downtime. For a canceled downtime, this is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled downtimes it is the upcoming downtime.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

The end of the current downtime.



27
28
29
# File 'lib/datadog_api_client/v2/models/downtime_schedule_current_downtime_response.rb', line 27

def _end
  @_end
end

#startObject

The start of the current downtime.



30
31
32
# File 'lib/datadog_api_client/v2/models/downtime_schedule_current_downtime_response.rb', line 30

def start
  @start
end