docs/v1/ServiceCheck.md in datadog_api_client-1.4.0 vs docs/v1/ServiceCheck.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,17 +1,17 @@ # DatadogAPIClient::V1::ServiceCheck ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **check** | **String** | The check. | | -| **host_name** | **String** | The host name correlated with the check. | | -| **message** | **String** | Message containing check status. | [optional] | -| **status** | [**ServiceCheckStatus**](ServiceCheckStatus.md) | | | -| **tags** | **Array<String>** | Tags related to a check. | | -| **timestamp** | **Integer** | Time of check. | [optional] | +| Name | Type | Description | Notes | +| ------------- | ----------------------------------------------- | ---------------------------------------- | ---------- | +| **check** | **String** | The check. | | +| **host_name** | **String** | The host name correlated with the check. | | +| **message** | **String** | Message containing check status. | [optional] | +| **status** | [**ServiceCheckStatus**](ServiceCheckStatus.md) | | | +| **tags** | **Array<String>** | Tags related to a check. | | +| **timestamp** | **Integer** | Time of check. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -23,6 +23,5 @@ status: null, tags: ["environment:test"], timestamp: null ) ``` -