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

View Source

A note containing the locale and content.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V16.Note{
  __unknown_fields__: [Protobuf.unknown_field()],
  locale: String.t() | nil,
  text: SBoM.CycloneDX.V16.AttachedText.t() | nil
}