ReqLicense

data class ReqLicense(val titleId: String, val uses: List<Use>, val terms: String, val expiry: Date? = null, val description: String? = null) : Req

Constructors

Link copied to clipboard
constructor(titleId: String, uses: List<Use>, terms: String, expiry: Date? = null, description: String? = null)

Functions

Link copied to clipboard
open override fun map(): Map<String, Any?>

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val expiry: Date? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uses: List<Use>