SBoM.CycloneDX.V16.Event (SBoM v0.9.1)

View Source

Represents something that happened that may trigger a response.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V16.Event{
  __unknown_fields__: [Protobuf.unknown_field()],
  data: SBoM.CycloneDX.V16.AttachedText.t() | nil,
  description: String.t() | nil,
  properties: [SBoM.CycloneDX.V16.Property.t()],
  source: SBoM.CycloneDX.V16.ResourceReferenceChoice.t() | nil,
  target: SBoM.CycloneDX.V16.ResourceReferenceChoice.t() | nil,
  timeReceived: Google.Protobuf.Timestamp.t() | nil,
  uid: String.t() | nil
}