Note constructor
Note({
- AttestationNote? attestation,
- BuildNote? build,
- ComplianceNote? compliance,
- String? createTime,
- DeploymentNote? deployment,
- DiscoveryNote? discovery,
- DSSEAttestationNote? dsseAttestation,
- String? expirationTime,
- ImageNote? image,
- String? kind,
- String? longDescription,
- String? name,
- PackageNote? package,
- SBOMReferenceNote? sbomReference,
- String? shortDescription,
- String? updateTime,
- UpgradeNote? upgrade,
- VulnerabilityNote? vulnerability,
- VulnerabilityAssessmentNote? vulnerabilityAssessment,
Implementation
Note({
this.attestation,
this.build,
this.compliance,
this.createTime,
this.deployment,
this.discovery,
this.dsseAttestation,
this.expirationTime,
this.image,
this.kind,
this.longDescription,
this.name,
this.package,
this.relatedNoteNames,
this.relatedUrl,
this.sbomReference,
this.shortDescription,
this.updateTime,
this.upgrade,
this.vulnerability,
this.vulnerabilityAssessment,
});