Class: DatadogAPIClient::V1::SLOCorrectionUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCorrectionUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_correction_update_request.rb
Overview
An object that defines a correction to be applied to an SLO.
Instance Attribute Summary collapse
-
#data ⇒ Object
The data object associated with the SLO correction to be updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
The data object associated with the SLO correction to be updated.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request.rb', line 29 def data @data end |