Class: DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb
Overview
A ruleset returned in the response, containing its metadata and associated rules.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
The resource identifier and type for a ruleset.
-
#description ⇒ Object
A detailed description of the ruleset's purpose and the types of issues it targets.
-
#name ⇒ Object
The unique name of the ruleset.
-
#rules ⇒ Object
The list of static analysis rules included in this ruleset.
-
#short_description ⇒ Object
A brief summary of the ruleset, suitable for display in listings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 39 def additional_properties @additional_properties end |
#data ⇒ Object
The resource identifier and type for a ruleset.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 25 def data @data end |
#description ⇒ Object
A detailed description of the ruleset's purpose and the types of issues it targets.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 28 def description @description end |
#name ⇒ Object
The unique name of the ruleset.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 31 def name @name end |
#rules ⇒ Object
The list of static analysis rules included in this ruleset.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 34 def rules @rules end |
#short_description ⇒ Object
A brief summary of the ruleset, suitable for display in listings.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb', line 37 def short_description @short_description end |