Class: DatadogAPIClient::V1::SLOBulkDeleteResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOBulkDeleteResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb
Overview
An array of service level objective objects.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted ⇒ Object
An array of service level objective object IDs that indicates which objects that were completely deleted.
-
#updated ⇒ Object
An array of service level objective object IDs that indicates which objects that were modified (objects for which at least one threshold was deleted, but that were not completely deleted).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb', line 33 def additional_properties @additional_properties end |
#deleted ⇒ Object
An array of service level objective object IDs that indicates which objects that were completely deleted.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb', line 26 def deleted @deleted end |
#updated ⇒ Object
An array of service level objective object IDs that indicates which objects that were modified (objects for which at least one threshold was deleted, but that were not completely deleted).
31 32 33 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb', line 31 def updated @updated end |