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

- old
+ new

@@ -1,13 +1,13 @@ # DatadogAPIClient::V2::LogsMetricResponseCompute ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **aggregation_type** | [**LogsMetricResponseComputeAggregationType**](LogsMetricResponseComputeAggregationType.md) | | [optional] | -| **path** | **String** | The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\"). | [optional] | +| Name | Type | Description | Notes | +| -------------------- | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **aggregation_type** | [**LogsMetricResponseComputeAggregationType**](LogsMetricResponseComputeAggregationType.md) | | [optional] | +| **path** | **String** | The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\"). | [optional] | ## Example ```ruby require 'datadog_api_client/v2' @@ -15,6 +15,5 @@ instance = DatadogAPIClient::V2::LogsMetricResponseCompute.new( aggregation_type: null, path: @duration ) ``` -