Class: DatadogAPIClient::V1::SLOCorrectionResponseAttributes
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::SLOCorrectionResponseAttributes
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb
Overview
The attribute object associated with the SLO correction.
Instance Attribute Summary collapse
- 
  
    
      #_end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Ending time of the correction in epoch seconds. 
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #category  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Category the SLO correction belongs to. 
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The epoch timestamp of when the correction was created at. 
- 
  
    
      #creator  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Object describing the creator of the shared element. 
- 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the correction being made. 
- 
  
    
      #duration  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Length of time (in seconds) for a specified rrulerecurring SLO correction.
- 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The epoch timestamp of when the correction was modified at. 
- 
  
    
      #modifier  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Modifier of the object. 
- 
  
    
      #rrule  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The recurrence rules as defined in the iCalendar RFC 5545. 
- 
  
    
      #slo_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ID of the SLO that this correction applies to. 
- 
  
    
      #start  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Starting time of the correction in epoch seconds. 
- 
  
    
      #timezone  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timezone to display in the UI for the correction times (defaults to "UTC"). 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
Ending time of the correction in epoch seconds.
| 40 41 42 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 40 def _end @_end end | 
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 61 62 63 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 61 def additional_properties @additional_properties end | 
#category ⇒ Object
Category the SLO correction belongs to.
| 25 26 27 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 25 def category @category end | 
#created_at ⇒ Object
The epoch timestamp of when the correction was created at.
| 28 29 30 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 28 def created_at @created_at end | 
#creator ⇒ Object
Object describing the creator of the shared element.
| 31 32 33 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 31 def creator @creator end | 
#description ⇒ Object
Description of the correction being made.
| 34 35 36 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 34 def description @description end | 
#duration ⇒ Object
Length of time (in seconds) for a specified rrule recurring SLO correction.
| 37 38 39 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 37 def duration @duration end | 
#modified_at ⇒ Object
The epoch timestamp of when the correction was modified at.
| 43 44 45 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 43 def modified_at @modified_at end | 
#modifier ⇒ Object
Modifier of the object.
| 46 47 48 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 46 def modifier @modifier end | 
#rrule ⇒ Object
The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
are FREQ, INTERVAL, COUNT, UNTIL and BYDAY.
| 50 51 52 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 50 def rrule @rrule end | 
#slo_id ⇒ Object
ID of the SLO that this correction applies to.
| 53 54 55 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 53 def slo_id @slo_id end | 
#start ⇒ Object
Starting time of the correction in epoch seconds.
| 56 57 58 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 56 def start @start end | 
#timezone ⇒ Object
The timezone to display in the UI for the correction times (defaults to "UTC").
| 59 60 61 | # File 'lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb', line 59 def timezone @timezone end |