Class: DatadogAPIClient::V2::DowntimeScheduleCurrentDowntimeResponse
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::DowntimeScheduleCurrentDowntimeResponse
 
 
- 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
- 
  
    
      #_end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end of the current downtime.
 - 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #start  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start of the current downtime.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
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  | 
  
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      32 33 34  | 
    
      # File 'lib/datadog_api_client/v2/models/downtime_schedule_current_downtime_response.rb', line 32 def additional_properties @additional_properties end  | 
  
#start ⇒ Object
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  |