docs/v2/ProcessSummary.md in datadog_api_client-1.4.0 vs docs/v2/ProcessSummary.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V2::ProcessSummary ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**ProcessSummaryAttributes**](ProcessSummaryAttributes.md) | | [optional] | -| **id** | **String** | Process ID. | [optional] | -| **type** | [**ProcessSummaryType**](ProcessSummaryType.md) | | [optional][default to 'process'] | +| Name | Type | Description | Notes | +| -------------- | ----------------------------------------------------------- | ----------- | ---------------------------------------- | +| **attributes** | [**ProcessSummaryAttributes**](ProcessSummaryAttributes.md) | | [optional] | +| **id** | **String** | Process ID. | [optional] | +| **type** | [**ProcessSummaryType**](ProcessSummaryType.md) | | [optional][default to 'process'] | ## Example ```ruby require 'datadog_api_client/v2' @@ -17,6 +17,5 @@ attributes: null, id: null, type: null ) ``` -