Class: DatadogAPIClient::V2::ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb
Overview
A symbol identified as vulnerable within a dependency, including its name, type, and value.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
The name of the vulnerable symbol.
-
#type ⇒ Object
The type classification of the vulnerable symbol (e.g., function, class, variable).
-
#value ⇒ Object
The value or identifier associated with the vulnerable symbol.
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/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
The name of the vulnerable symbol.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb', line 25 def name @name end |
#type ⇒ Object
The type classification of the vulnerable symbol (e.g., function, class, variable).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb', line 28 def type @type end |
#value ⇒ Object
The value or identifier associated with the vulnerable symbol.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb', line 31 def value @value end |