Sha256: 27e8f781a5c4347314dcbe78cc3d399e149996a838423019662afc851bae5e2a
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsMetricCreateData.md |
datadog_api_client-1.5.0 | docs/v2/LogsMetricCreateData.md |