docs/v1/FormulaAndFunctionEventQueryGroupBy.md in datadog_api_client-1.4.0 vs docs/v1/FormulaAndFunctionEventQueryGroupBy.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,14 +1,14 @@
# DatadogAPIClient::V1::FormulaAndFunctionEventQueryGroupBy
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **facet** | **String** | Event facet. | |
-| **limit** | **Integer** | Number of groups to return. | [optional] |
-| **sort** | [**FormulaAndFunctionEventQueryGroupBySort**](FormulaAndFunctionEventQueryGroupBySort.md) | | [optional] |
+| Name | Type | Description | Notes |
+| --------- | ----------------------------------------------------------------------------------------- | --------------------------- | ---------- |
+| **facet** | **String** | Event facet. | |
+| **limit** | **Integer** | Number of groups to return. | [optional] |
+| **sort** | [**FormulaAndFunctionEventQueryGroupBySort**](FormulaAndFunctionEventQueryGroupBySort.md) | | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -17,6 +17,5 @@
facet: status.,
limit: 10,
sort: null
)
```
-