Current section

Files

Jump to
sbom lib sbom cyclonedx v15 graphics_collection graphic.pb.ex
Raw

lib/sbom/cyclonedx/v15/graphics_collection/graphic.pb.ex

defmodule SBoM.CycloneDX.V15.GraphicsCollection.Graphic do
@moduledoc "CycloneDX GraphicsCollection.Graphic model."
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:name, 1, proto3_optional: true, type: :string)
field(:image, 2, proto3_optional: true, type: SBoM.CycloneDX.V15.AttachedText)
end