ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-reporting:sarif
/
modulecheck.reporting.sarif
/
PropertyBag
Property
Bag
@
JsonClass
(
generateAdapter
=
true
)
data
class
PropertyBag
(
@
Json
(
name
=
"tags"
)
val
tags
:
List
<
String
>
?
=
null
)
Content copied to clipboard
Key/value pairs.
Constructors
Properties
Sources
Constructors
Property
Bag
Link copied to clipboard
fun
PropertyBag
(
@
Json
(
name
=
"tags"
)
tags
:
List
<
String
>
?
=
null
)
Content copied to clipboard
Properties
tags
Link copied to clipboard
val
tags
:
List
<
String
>
?
=
null
Content copied to clipboard
A set of distinct strings that provide additional information.
Sources
jvm source
Link copied to clipboard