Class: DatadogAPIClient::V2::MetricBulkTagConfigCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricBulkTagConfigCreateAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#emails ⇒ Object
A list of account emails to notify when the configuration is applied.
-
#exclude_tags_mode ⇒ Object
When set to true, the configuration will exclude the configured tags and include any other submitted tags.
-
#tags ⇒ Object
A list of tag names to apply to the configuration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb', line 35 def additional_properties @additional_properties end |
#emails ⇒ Object
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_mode ⇒ Object
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 end |
#tags ⇒ Object
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 end |