cyclonedx.model.bom_ref
Classes
An identifier that can be used to reference objects elsewhere in the BOM. |
Module Contents
- class cyclonedx.model.bom_ref.BomRef(value: str | None = None)
Bases:
py_serializable.helpers.BaseHelperAn identifier that can be used to reference objects elsewhere in the BOM.
This copies a similar pattern used in the CycloneDX PHP Library.
- property value: str | None
- classmethod serialize(o: Any) str | None
- classmethod deserialize(o: Any) _T_BR