Sha256: 446de865b929b5dbe72c5071bb481737f01547debd8748185b93177f3074b955
Contents?: true
Size: 637 Bytes
Versions: 6
Compression:
Stored size: 637 Bytes
Contents
# DatadogAPIClient::V2::MetricTagConfiguration ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**MetricTagConfigurationAttributes**](MetricTagConfigurationAttributes.md) | | [optional] | | **id** | **String** | The metric name for this resource. | [optional] | | **type** | [**MetricTagConfigurationType**](MetricTagConfigurationType.md) | | [optional][default to 'manage_tags'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfiguration.new( attributes: null, id: test.metric.latency, type: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems