Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v15/resource_reference_choice.pb.ex
defmodule SBoM.CycloneDX.V15.ResourceReferenceChoice do
@moduledoc "CycloneDX ResourceReferenceChoice model."
use Protobuf,
full_name: "cyclonedx.v1_5.ResourceReferenceChoice",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
oneof(:choice, 0)
field(:ref, 1, type: :string, oneof: 0)
field(:externalReference, 2, type: SBoM.CycloneDX.V15.ExternalReference, oneof: 0)
end