toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.models.mr
/
MrProjectModel
/
License
License
data
class
License
(
val
id
:
String
,
val
name
:
String
,
val
url
:
String
?
=
null
)
Members
Constructors
License
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
url
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
The SPDX license ID of the project
name
Link copied to clipboard
val
name
:
String
The long name of the license
url
Link copied to clipboard
val
url
:
String
?
=
null
The URL to this license (nullable)