depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.repository
/
CveReference
Cve
Reference
data
class
CveReference
(
val
url
:
String
,
val
source
:
String
?
=
null
,
val
tags
:
List
<
String
>
?
=
null
)
Members
Constructors
Cve
Reference
Link copied to clipboard
constructor
(
url
:
String
,
source
:
String
?
=
null
,
tags
:
List
<
String
>
?
=
null
)
Properties
source
Link copied to clipboard
val
source
:
String
?
tags
Link copied to clipboard
val
tags
:
List
<
String
>
?
url
Link copied to clipboard
val
url
:
String