Sha256: 8b98aff28cc690ee402e87077e9f819ea0d3fee5cb6a6be549b7ae830a62e6db
Contents?: true
Size: 503 Bytes
Versions: 7
Compression:
Stored size: 503 Bytes
Contents
# DatadogAPIClient::V1::LogsQueryCompute ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregation** | **String** | The aggregation method. | | | **facet** | **String** | Facet name. | [optional] | | **interval** | **Integer** | Define a time interval in seconds. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsQueryCompute.new( aggregation: avg, facet: @duration, interval: 5000 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems