Sha256: c7adf27d972e06c7e8069744f4b8f7fafb7e3d1f261ca5889679e2eb0de37e28
Contents?: true
Size: 630 Bytes
Versions: 6
Compression:
Stored size: 630 Bytes
Contents
# DatadogAPIClient::V1::FormulaAndFunctionEventQueryDefinitionCompute ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregation** | [**FormulaAndFunctionEventAggregation**](FormulaAndFunctionEventAggregation.md) | | | | **interval** | **Integer** | A time interval in milliseconds. | [optional] | | **metric** | **String** | Measurable attribute to compute. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::FormulaAndFunctionEventQueryDefinitionCompute.new( aggregation: null, interval: 60000, metric: @duration ) ```
Version data entries
6 entries across 6 versions & 1 rubygems