# `SBoM.CycloneDX.V15.Event`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v15/event.pb.ex#L1)

Represents something that happened that may trigger a response.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
