# `SBoM.CycloneDX.V17.AttachedText`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/attached_text.pb.ex#L1)

Specifies attributes of the text

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.AttachedText{
  __unknown_fields__: [Protobuf.unknown_field()],
  content_type: String.t() | nil,
  encoding: String.t() | nil,
  value: String.t()
}
```

---

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