Sha256: 17d50c4e38f04aa1abe56a6d60d8fa3c09b2686338f950b995b2a44432d2ec7d
Contents?: true
Size: 433 Bytes
Versions: 6
Compression:
Stored size: 433 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
6 entries across 6 versions & 1 rubygems