Class: DatadogAPIClient::V1::SLOCorrectionCreateData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/slo_correction_create_data.rb

Overview

The data object associated with the SLO correction to be created.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



32
33
34
# File 'lib/datadog_api_client/v1/models/slo_correction_create_data.rb', line 32

def additional_properties
  @additional_properties
end

#attributesObject

The attribute object associated with the SLO correction to be created.

Exactly one of slo_id or slo_query must be provided.



27
28
29
# File 'lib/datadog_api_client/v1/models/slo_correction_create_data.rb', line 27

def attributes
  @attributes
end

#typeObject

SLO correction resource type.



30
31
32
# File 'lib/datadog_api_client/v1/models/slo_correction_create_data.rb', line 30

def type
  @type
end