Class: DatadogAPIClient::V2::SBOMComponentDependency
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SBOMComponentDependency
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sbom_component_dependency.rb
Overview
The dependencies of a component of the SBOM.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#depends_on ⇒ Object
The components that are dependencies of the ref component.
-
#ref ⇒ Object
The identifier for the related component.
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/sbom_component_dependency.rb', line 30 def additional_properties @additional_properties end |
#depends_on ⇒ Object
The components that are dependencies of the ref component.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sbom_component_dependency.rb', line 25 def depends_on @depends_on end |
#ref ⇒ Object
The identifier for the related component.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sbom_component_dependency.rb', line 28 def ref @ref end |