MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.openapi.model
/
Info
Info
@
Serializable
data
class
Info
(
val
title
:
String
,
val
description
:
String
?
=
null
,
val
version
:
String
,
val
license
:
License
?
=
null
)
API情報
Members
Constructors
Info
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
?
=
null
,
version
:
String
,
license
:
License
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
APIの説明
license
Link copied to clipboard
val
license
:
License
?
ライセンス情報
title
Link copied to clipboard
val
title
:
String
APIのタイトル
version
Link copied to clipboard
val
version
:
String
APIのバージョン