Sha256: 997ddf99632d61e085e0c35888001668f23f7fe24bfb528faf349784b53d82e8
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# DatadogAPIClient::V2::LogsMetricResponseData ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------------------- | --------------------------------- | --------------------------------------------- | | **attributes** | [**LogsMetricResponseAttributes**](LogsMetricResponseAttributes.md) | | [optional] | | **id** | **String** | The name of the log-based metric. | [optional] | | **type** | [**LogsMetricType**](LogsMetricType.md) | | [optional][default to 'logs_metrics'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricResponseData.new( attributes: null, id: logs.page.load.count, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsMetricResponseData.md |
datadog_api_client-1.5.0 | docs/v2/LogsMetricResponseData.md |