# DatadogAPIClient::V1::SLOBulkDeleteResponseData ## Properties | Name | Type | Description | Notes | | ----------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **deleted** | **Array<String>** | An array of service level objective object IDs that indicates which objects that were completely deleted. | [optional] | | **updated** | **Array<String>** | 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). | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOBulkDeleteResponseData.new( deleted: null, updated: null ) ```