Class: DatadogAPIClient::V2::MetricBulkTagConfigStatus

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb

Overview

The status of a request to bulk configure metric tags. It contains the fields from the original request for reference.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Optional attributes for the status of a bulk tag configuration request.



26
27
28
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 26

def attributes
  @attributes
end

#idObject

A text prefix to match against metric names.



29
30
31
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 29

def id
  @id
end

#typeObject

The metric bulk configure tags resource.



32
33
34
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 32

def type
  @type
end