ComponentReportResponse

data class ComponentReportResponse(val coordinates: String, val vulnerabilities: List<OssIndexVulnerability> = emptyList(), val reference: String? = null, val timestamp: Long? = null)

Constructors

Link copied to clipboard
constructor(coordinates: String, vulnerabilities: List<OssIndexVulnerability> = emptyList(), reference: String? = null, timestamp: Long? = null)

Properties

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