Sha256: cf148484b07095faa487a6432e95eca034d813942d1fa97de6de78970287b193
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
# DatadogAPIClient::V1::SLOBulkDeleteResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**SLOBulkDeleteResponseData**](SLOBulkDeleteResponseData.md) | | [optional] | | **errors** | [**Array<SLOBulkDeleteResponseErrors>**](SLOBulkDeleteResponseErrors.md) | Array of errors object returned. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOBulkDeleteResponse.new( data: null, errors: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SLOBulkDeleteResponse.md |