CveTag

data class CveTag(val sourceIdentifier: String? = null, val tags: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(sourceIdentifier: String? = null, tags: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard