LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
platform-paper
/
dev.m1sk9.lunaticChat.paper.common
/
GitHubRelease
Git
Hub
Release
@
Serializable
data
class
GitHubRelease
(
val
tagName
:
String
,
val
name
:
String
,
val
publishedAt
:
String
,
val
htmlUrl
:
String
)
(
source
)
Members
Constructors
Git
Hub
Release
Link copied to clipboard
constructor
(
tagName
:
String
,
name
:
String
,
publishedAt
:
String
,
htmlUrl
:
String
)
Properties
html
Url
Link copied to clipboard
@
SerialName
(
value
=
"html_url"
)
val
htmlUrl
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
published
At
Link copied to clipboard
@
SerialName
(
value
=
"published_at"
)
val
publishedAt
:
String
tag
Name
Link copied to clipboard
@
SerialName
(
value
=
"tag_name"
)
val
tagName
:
String