mcutils
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.modrinth.project
/
ProjectLicense
Project
License
@
JsonClass
(
generateAdapter
=
true
)
data
class
ProjectLicense
(
val
id
:
String
,
val
name
:
String
?
,
val
url
:
String
?
)
Members
Constructors
Project
License
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
,
url
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
?
url
Link copied to clipboard
val
url
:
String
?