Sha256: 1daca2cbba5f68ad146da16a48d0cd7613bbd6506eae0e1659eaf1f6478f5ff4
Contents?: true
Size: 606 Bytes
Versions: 7
Compression:
Stored size: 606 Bytes
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
7 entries across 7 versions & 1 rubygems