Class: DatadogAPIClient::V1::SLOCorrectionCreateRequest

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

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