Current section

Files

Jump to
sbom lib sbom cyclonedx v16 note.pb.ex
Raw

lib/sbom/cyclonedx/v16/note.pb.ex

defmodule SBoM.CycloneDX.V16.Note do
@moduledoc """
A note containing the locale and content.
"""
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:locale, 1, proto3_optional: true, type: :string)
field(:text, 2, proto3_optional: true, type: SBoM.CycloneDX.V16.AttachedText)
end