Sha256: 8109deb7c682b2fb19ecdedc7bd4992ea6e628dca94508ba1646cacf677c1be1
Contents?: true
Size: 568 Bytes
Versions: 7
Compression:
Stored size: 568 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**LogsMetricCreateAttributes**](LogsMetricCreateAttributes.md) | | | | **id** | **String** | The name of the log-based metric. | | | **type** | [**LogsMetricType**](LogsMetricType.md) | | [default to 'logs_metrics'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricCreateData.new( attributes: null, id: logs.page.load.count, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems