Class: DatadogAPIClient::V1::SLODeleteResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLODeleteResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_delete_response.rb
Overview
A response list of all service level objective deleted.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
An array containing the ID of the deleted service level objective object.
-
#errors ⇒ Object
An dictionary containing the ID of the SLO as key and a deletion error as value.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/slo_delete_response.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
An array containing the ID of the deleted service level objective object.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_delete_response.rb', line 25 def data @data end |
#errors ⇒ Object
An dictionary containing the ID of the SLO as key and a deletion error as value.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/slo_delete_response.rb', line 28 def errors @errors end |