Sha256: 93961935c987f7ceb6241a004f0e7d3ba59e0ff71e2d3102463acac35fec0444
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricCreateAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **compute** | [**LogsMetricCompute**](LogsMetricCompute.md) | | | | **filter** | [**LogsMetricFilter**](LogsMetricFilter.md) | | [optional] | | **group_by** | [**Array<LogsMetricGroupBy>**](LogsMetricGroupBy.md) | The rules for the group by. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricCreateAttributes.new( compute: null, filter: null, group_by: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems