SBoM.CycloneDX.V16.AttachedText (SBoM v0.9.1)

View Source

Specifies attributes of the text

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V16.AttachedText{
  __unknown_fields__: [Protobuf.unknown_field()],
  content_type: String.t() | nil,
  encoding: String.t() | nil,
  value: String.t()
}