Class: DatadogAPIClient::V2::MetricBulkTagConfigCreateAttributes

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

Overview

Optional parameters for bulk creating metric tag configurations.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#emailsObject

A list of account emails to notify when the configuration is applied.



25
26
27
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb', line 25

def emails
  @emails
end

#exclude_tags_modeObject

When set to true, the configuration will exclude the configured tags and include any other submitted tags. When set to false, the configuration will include the configured tags and exclude any other submitted tags. Defaults to false.



30
31
32
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb', line 30

def exclude_tags_mode
  @exclude_tags_mode
end

#tagsObject

A list of tag names to apply to the configuration.



33
34
35
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb', line 33

def tags
  @tags
end