Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v16/license_choice.pb.ex
defmodule SBoM.CycloneDX.V16.LicenseChoice do
@moduledoc "CycloneDX LicenseChoice model."
use Protobuf,
full_name: "cyclonedx.v1_6.LicenseChoice",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
oneof(:choice, 0)
field(:license, 1, type: SBoM.CycloneDX.V16.License, oneof: 0)
field(:expression, 2, type: :string, oneof: 0)
field(:acknowledgement, 3,
proto3_optional: true,
type: SBoM.CycloneDX.V16.LicenseAcknowledgementEnumeration,
enum: true
)
field(:bom_ref, 4, proto3_optional: true, type: :string, json_name: "bomRef")
end