Class: DatadogAPIClient::V2::MetricBulkTagConfigStatusAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricBulkTagConfigStatusAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb
Overview
Optional attributes for the status of a bulk tag configuration request.
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.
-
#status ⇒ Object
The status of the request.
-
#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.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb', line 37 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_status_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.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb', line 29 def @exclude_tags_mode end |
#status ⇒ Object
The status of the request.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb', line 32 def status @status end |
#tags ⇒ Object
A list of tag names to apply to the configuration.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb', line 35 def @tags end |