Sha256: b7a83ddf948f5622a341c2b842fe68ce1976c19e9ea4adc388a9e25b44348e41
Contents?: true
Size: 847 Bytes
Versions: 2
Compression:
Stored size: 847 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsMetricCreateAttributes.md |
datadog_api_client-1.5.0 | docs/v2/LogsMetricCreateAttributes.md |