Class: DatadogAPIClient::V1::SLOCorrectionResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCorrectionResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_correction_response.rb
Overview
The response object of an SLO correction.
Instance Attribute Summary collapse
-
#data ⇒ Object
The response object of a list of SLO corrections.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
The response object of a list of SLO corrections.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_correction_response.rb', line 29 def data @data end |