Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v16/component_data/component_data_contents.pb.ex
defmodule SBoM.Cyclonedx.V16.ComponentData.ComponentDataContents do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:attachment, 1, proto3_optional: true, type: SBoM.Cyclonedx.V16.AttachedText)
field(:url, 2, proto3_optional: true, type: :string)
field(:properties, 3, repeated: true, type: SBoM.Cyclonedx.V16.Property)
end