Current section

Files

Jump to
sbom lib sbom cyclonedx v17 graphics_collection.pb.ex
Raw

lib/sbom/cyclonedx/v17/graphics_collection.pb.ex

defmodule SBoM.CycloneDX.V17.GraphicsCollection do
@moduledoc """
A collection of graphics that represent various measurements.
"""
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:description, 1, proto3_optional: true, type: :string)
field(:graphic, 2, repeated: true, type: SBoM.CycloneDX.V17.GraphicsCollection.Graphic)
end