fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
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
)
议程项
Parameters
time
时间
title
标题
description
描述
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
?
=
null
time
Link copied to clipboard
@
SerialName
(
value
=
"time"
)
val
time
:
String
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String