SBoM.CycloneDX.V17.Event (SBoM v0.9.1)
View SourceRepresents something that happened that may trigger a response.
Summary
Types
@type t() :: %SBoM.CycloneDX.V17.Event{ __unknown_fields__: [Protobuf.unknown_field()], data: SBoM.CycloneDX.V17.AttachedText.t() | nil, description: String.t() | nil, properties: [SBoM.CycloneDX.V17.Property.t()], source: SBoM.CycloneDX.V17.ResourceReferenceChoice.t() | nil, target: SBoM.CycloneDX.V17.ResourceReferenceChoice.t() | nil, timeReceived: Google.Protobuf.Timestamp.t() | nil, uid: String.t() | nil }