# `SBoM.CycloneDX.V13.Source`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v13/source.pb.ex#L1)

The source of the issue where it is documented.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V13.Source{
  __unknown_fields__: [Protobuf.unknown_field()],
  name: String.t() | nil,
  url: String.t() | nil
}
```

---

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