Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v17/command.pb.ex
defmodule SBoM.CycloneDX.V17.Command do
@moduledoc "CycloneDX Command model."
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:executed, 1, proto3_optional: true, type: :string)
field(:properties, 2, repeated: true, type: SBoM.CycloneDX.V17.Property)
end