Sha256: f3f3ac85d0ec4aef4e08af0d2095451a08ae939d16774334e43e56b9f6908287
Contents?: true
Size: 519 Bytes
Versions: 6
Compression:
Stored size: 519 Bytes
Contents
# DatadogAPIClient::V1::SLOBulkDeleteError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the service level objective object associated with this error. | | | **message** | **String** | The error message. | | | **timeframe** | [**SLOErrorTimeframe**](SLOErrorTimeframe.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOBulkDeleteError.new( id: , message: , timeframe: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems