Class: DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_count ⇒ Object
readonly
Returns the value of attribute annotation_count.
-
#code ⇒ Object
Returns the value of attribute code.
-
#filename ⇒ Object
Returns the value of attribute filename.
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_response_data_attributes_rulesets_items_rules_items_tests_items.rb', line 33 def additional_properties @additional_properties end |
#annotation_count ⇒ Object
Returns the value of attribute annotation_count.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb', line 25 def annotation_count @annotation_count end |
#code ⇒ Object
Returns the value of attribute code.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb', line 28 def code @code end |
#filename ⇒ Object
Returns the value of attribute filename.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb', line 31 def filename @filename end |