Sha256: 48ef0226ab4e1fff0c8b5bb14852b843bcee769eb89fe7b7a8330248db85f484
Contents?: true
Size: 477 Bytes
Versions: 7
Compression:
Stored size: 477 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**LogsMetricUpdateAttributes**](LogsMetricUpdateAttributes.md) | | | | **type** | [**LogsMetricType**](LogsMetricType.md) | | [default to 'logs_metrics'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricUpdateData.new( attributes: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems