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