LicenseResponse

data class LicenseResponse(val code: Int, val body: String)

Constructors

Link copied to clipboard
constructor(code: Int, body: String)

Properties

Link copied to clipboard
Link copied to clipboard
val code: Int