LicenseRecord

data class LicenseRecord(val id: String, val title: TitleRecord, val uses: List<Use>, val terms: String, val description: String?, val expiry: Date?)

Constructors

Link copied to clipboard
constructor(id: String, title: TitleRecord, uses: List<Use>, terms: String, description: String?, expiry: Date?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val expiry: Date?
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uses: List<Use>