NvdCveResponse

data class NvdCveResponse(val resultsPerPage: Int, val startIndex: Int, val totalResults: Int, val vulnerabilities: List<NvdVulnerability> = emptyList(), val format: String? = null, val version: String? = null, val timestamp: String? = null)

Constructors

Link copied to clipboard
constructor(resultsPerPage: Int, startIndex: Int, totalResults: Int, vulnerabilities: List<NvdVulnerability> = emptyList(), format: String? = null, version: String? = null, timestamp: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard