Class: DatadogAPIClient::V1::SLOCorrectionResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

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_propertiesObject

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

#categoryObject

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_atObject

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

#creatorObject

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

#descriptionObject

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

#durationObject

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_atObject

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

#modifierObject

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

#rruleObject

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_idObject

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

#startObject

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

#timezoneObject

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