SBOMReferenceOccurrence constructor
SBOMReferenceOccurrence({
- SbomReferenceIntotoPayload? payload,
- String? payloadType,
- List<
EnvelopeSignature> ? signatures,
Implementation
SBOMReferenceOccurrence({this.payload, this.payloadType, this.signatures});