Sha256: 40a39c76bfaad325cd1a3c551289bee0bff73231a2e334df02418df9d4ce5570
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
# DatadogAPIClient::V2::MetricAllTagsAttributes ## Properties | Name | Type | Description | Notes | | -------- | ----------------------- | -------------------------------- | ---------- | | **tags** | **Array<String>** | List of indexed tag value pairs. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricAllTagsAttributes.new( tags: ["sport:golf","sport:football","animal:dog"] ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/MetricAllTagsAttributes.md |
datadog_api_client-1.5.0 | docs/v2/MetricAllTagsAttributes.md |