Class: DatadogAPIClient::V2::GetMultipleRulesetsRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetMultipleRulesetsRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb
Overview
The request attributes for fetching multiple rulesets, specifying which rulesets to retrieve and what data to include.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#include_testing_rules ⇒ Object
When true, rules that are available in testing mode are included in the response.
-
#include_tests ⇒ Object
When true, test cases associated with each rule are included in the response.
-
#rulesets ⇒ Object
The list of ruleset names to retrieve.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#include_testing_rules ⇒ Object
When true, rules that are available in testing mode are included in the response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb', line 25 def include_testing_rules @include_testing_rules end |
#include_tests ⇒ Object
When true, test cases associated with each rule are included in the response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb', line 28 def include_tests @include_tests end |
#rulesets ⇒ Object
The list of ruleset names to retrieve.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb', line 31 def rulesets @rulesets end |