Sha256: cb3df37a290712ff78a32d0d0f267499fa17e692b97c488919b9b22913d2b6d8
Contents?: true
Size: 709 Bytes
Versions: 7
Compression:
Stored size: 709 Bytes
Contents
# 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 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems