Current section

Files

Jump to
sbom lib sbom cyclonedx v15 condition.pb.ex
Raw

lib/sbom/cyclonedx/v15/condition.pb.ex

defmodule SBoM.Cyclonedx.V15.Condition do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:description, 1, proto3_optional: true, type: :string)
field(:expression, 2, proto3_optional: true, type: :string)
field(:properties, 3, repeated: true, type: SBoM.Cyclonedx.V15.Property)
end