docs/v2/LogsGroupByHistogram.md in datadog_api_client-1.4.0 vs docs/v2/LogsGroupByHistogram.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,14 +1,14 @@
# DatadogAPIClient::V2::LogsGroupByHistogram
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **interval** | **Float** | The bin size of the histogram buckets | |
-| **max** | **Float** | The maximum value for the measure used in the histogram (values greater than this one are filtered out) | |
-| **min** | **Float** | The minimum value for the measure used in the histogram (values smaller than this one are filtered out) | |
+| Name | Type | Description | Notes |
+| ------------ | --------- | ------------------------------------------------------------------------------------------------------- | ----- |
+| **interval** | **Float** | The bin size of the histogram buckets | |
+| **max** | **Float** | The maximum value for the measure used in the histogram (values greater than this one are filtered out) | |
+| **min** | **Float** | The minimum value for the measure used in the histogram (values smaller than this one are filtered out) | |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -17,6 +17,5 @@
interval: 10,
max: 100,
min: 50
)
```
-