License

data class License(val id: String, val name: String, val url: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, name: String, url: String? = null)

Properties

Link copied to clipboard
val id: String

The SPDX license ID of the project

Link copied to clipboard

The long name of the license

Link copied to clipboard
val url: String? = null

The URL to this license (nullable)