RspLicense

data class RspLicense(val id: String?, val title: RspTitle?, val uses: List<Use>?, val terms: String?, val description: String?, val expiry: Date?, val timestamp: Date?, val requestId: String?) : Rsp

Constructors

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

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
open override val requestId: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uses: List<Use>?