# DependencyGraphSpdxSbomSbomPackagesInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **spdxid** | Option<**String**> | A unique SPDX identifier for the package. | [optional] **name** | Option<**String**> | The name of the package. | [optional] **version_info** | Option<**String**> | The version of the package. If the package does not have an exact version specified, a version range is given. | [optional] **download_location** | Option<**String**> | The location where the package can be downloaded, or NOASSERTION if this has not been determined. | [optional] **files_analyzed** | Option<**bool**> | Whether the package's file content has been subjected to analysis during the creation of the SPDX document. | [optional] **license_concluded** | Option<**String**> | The license of the package as determined while creating the SPDX document. | [optional] **license_declared** | Option<**String**> | The license of the package as declared by its author, or NOASSERTION if this information was not available when the SPDX document was created. | [optional] **supplier** | Option<**String**> | The distribution source of this package, or NOASSERTION if this was not determined. | [optional] **external_refs** | Option<[**Vec**](dependency_graph_spdx_sbom_sbom_packages_inner_externalRefs_inner.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)