Class: DatadogAPIClient::V1::SLOCorrectionCreateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCorrectionCreateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_correction_create_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 created.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
The data object associated with the SLO correction to be created.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_correction_create_request.rb', line 29 def data @data end |