docs/v1/ServiceLevelObjectiveRequest.md in datadog_api_client-1.4.0 vs docs/v1/ServiceLevelObjectiveRequest.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,19 +1,19 @@
# DatadogAPIClient::V1::ServiceLevelObjectiveRequest
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **description** | **String** | A user-defined description of the service level objective. Always included in service level objective responses (but may be `null`). Optional in create/update requests. | [optional] |
-| **groups** | **Array<String>** | A list of (up to 20) monitor groups that narrow the scope of a monitor service level objective. Included in service level objective responses if it is not empty. Optional in create/update requests for monitor service level objectives, but may only be used when then length of the `monitor_ids` field is one. | [optional] |
-| **monitor_ids** | **Array<Integer>** | A list of monitor ids that defines the scope of a monitor service level objective. **Required if type is `monitor`**. | [optional] |
-| **name** | **String** | The name of the service level objective object. | |
-| **query** | [**ServiceLevelObjectiveQuery**](ServiceLevelObjectiveQuery.md) | | [optional] |
-| **tags** | **Array<String>** | A list of tags associated with this service level objective. Always included in service level objective responses (but may be empty). Optional in create/update requests. | [optional] |
-| **thresholds** | [**Array<SLOThreshold>**](SLOThreshold.md) | The thresholds (timeframes and associated targets) for this service level objective object. | |
-| **type** | [**SLOType**](SLOType.md) | | |
+| Name | Type | Description | Notes |
+| --------------- | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
+| **description** | **String** | A user-defined description of the service level objective. Always included in service level objective responses (but may be `null`). Optional in create/update requests. | [optional] |
+| **groups** | **Array<String>** | A list of (up to 20) monitor groups that narrow the scope of a monitor service level objective. Included in service level objective responses if it is not empty. Optional in create/update requests for monitor service level objectives, but may only be used when then length of the `monitor_ids` field is one. | [optional] |
+| **monitor_ids** | **Array<Integer>** | A list of monitor ids that defines the scope of a monitor service level objective. **Required if type is `monitor`**. | [optional] |
+| **name** | **String** | The name of the service level objective object. | |
+| **query** | [**ServiceLevelObjectiveQuery**](ServiceLevelObjectiveQuery.md) | | [optional] |
+| **tags** | **Array<String>** | A list of tags associated with this service level objective. Always included in service level objective responses (but may be empty). Optional in create/update requests. | [optional] |
+| **thresholds** | [**Array<SLOThreshold>**](SLOThreshold.md) | The thresholds (timeframes and associated targets) for this service level objective object. | |
+| **type** | [**SLOType**](SLOType.md) | | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -27,6 +27,5 @@
tags: ["env:prod","app:core"],
thresholds: [{"target":95,"timeframe":"7d"},{"target":95,"timeframe":"30d","warning":97}],
type: null
)
```
-