Sha256: d7b375cccbc4804ae5860b4ef2a5e8f7f3f11e1dcbaaa7686a1f3aecdb52775d
Contents?: true
Size: 823 Bytes
Versions: 2
Compression:
Stored size: 823 Bytes
Contents
# DatadogAPIClient::V1::SLOResponse ## Properties | Name | Type | Description | Notes | | ---------- | ----------------------------------------- | ----------------------------------------------------------------------------------- | ---------- | | **data** | [**SLOResponseData**](SLOResponseData.md) | | [optional] | | **errors** | **Array<String>** | An array of error messages. Each endpoint documents how/whether this field is used. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOResponse.new( data: null, errors: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SLOResponse.md |
datadog_api_client-1.5.0 | docs/v1/SLOResponse.md |