Class: DatadogAPIClient::V2::AnalysisRequestRuleArgument
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AnalysisRequestRuleArgument
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/analysis_request_rule_argument.rb
Overview
A configurable argument of a forwarded static analysis rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
An explanation of the argument's purpose and accepted values.
-
#name ⇒ Object
The name of the rule argument.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/analysis_request_rule_argument.rb', line 30 def additional_properties @additional_properties end |
#description ⇒ Object
An explanation of the argument's purpose and accepted values.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/analysis_request_rule_argument.rb', line 25 def description @description end |
#name ⇒ Object
The name of the rule argument.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/analysis_request_rule_argument.rb', line 28 def name @name end |