Sha256: d3e2c31dfd815248316f85d9854e77c23eb2beceda9ff576cb24c2a90c720629
Contents?: true
Size: 568 Bytes
Versions: 6
Compression:
Stored size: 568 Bytes
Contents
# 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] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::FormulaAndFunctionEventQueryGroupBy.new( facet: status., limit: 10, sort: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems