Sha256: 513d2987c81a5cdcedb33e2dcf8d0d4fb277ebaa6bf846bb4ff8ba91881e5c49
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# DatadogAPIClient::V2::MetricTagConfigurationUpdateData ## Properties | Name | Type | Description | Notes | | -------------- | --------------------------------------------------------------------------------------- | ---------------------------------- | ---------------------------------- | | **attributes** | [**MetricTagConfigurationUpdateAttributes**](MetricTagConfigurationUpdateAttributes.md) | | [optional] | | **id** | **String** | The metric name for this resource. | | | **type** | [**MetricTagConfigurationType**](MetricTagConfigurationType.md) | | [default to 'manage_tags'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfigurationUpdateData.new( attributes: null, id: test.metric.latency, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/MetricTagConfigurationUpdateData.md |
datadog_api_client-1.5.0 | docs/v2/MetricTagConfigurationUpdateData.md |