fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.gathering
/
AgendaItem
Agenda
Item
@
Serializable
data
class
AgendaItem
(
val
time
:
String
,
val
title
:
String
,
val
description
:
String
?
=
null
)
议程项。
Members
Constructors
Agenda
Item
Link copied to clipboard
constructor
(
time
:
String
,
title
:
String
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
描述
time
Link copied to clipboard
@
SerialName
(
value
=
"time"
)
val
time
:
String
时间
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
标题