Class: DatadogAPIClient::V2::SBOMMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SBOMMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sbom_metadata.rb
Overview
Provides additional information about a BOM.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#authors ⇒ Object
List of authors of the SBOM.
-
#component ⇒ Object
The component that the BOM describes.
-
#timestamp ⇒ Object
The timestamp of the SBOM creation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/sbom_metadata.rb', line 27 def additional_properties @additional_properties end |
#authors ⇒ Object
List of authors of the SBOM.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sbom_metadata.rb', line 25 def @authors end |
#component ⇒ Object
The component that the BOM describes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sbom_metadata.rb', line 25 def component @component end |
#timestamp ⇒ Object
The timestamp of the SBOM creation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sbom_metadata.rb', line 31 def @timestamp end |