Class: DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItems

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dataObject

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

#descriptionObject

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

#nameObject

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

#rulesObject

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_descriptionObject

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